Home
last modified time | relevance | path

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

/tools/perf/util/
Dutil.c87 int fromfd, tofd; in copyfile() local
98 fromfd = open(from, O_RDONLY); in copyfile()
99 if (fromfd < 0) in copyfile()
106 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0); in copyfile()
119 close(fromfd); in copyfile()