Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dutil.c107 int fromfd, tofd; in copyfile_mode() local
122 tofd = creat(to, mode); in copyfile_mode()
123 if (tofd < 0) in copyfile_mode()
130 if (write(tofd, addr, st.st_size) == st.st_size) in copyfile_mode()
135 close(tofd); in copyfile_mode()