Home
last modified time | relevance | path

Searched refs:fromfd (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dutil.c107 int fromfd, tofd; in copyfile_mode() local
118 fromfd = open(from, O_RDONLY); in copyfile_mode()
119 if (fromfd < 0) in copyfile_mode()
126 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0); in copyfile_mode()
139 close(fromfd); in copyfile_mode()