Home
last modified time | relevance | path

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

/linux-2.6.39/tools/perf/util/
Dutil.c59 int fromfd, tofd; in copyfile() local
74 tofd = creat(to, 0755); in copyfile()
75 if (tofd < 0) in copyfile()
82 if (write(tofd, addr, st.st_size) == st.st_size) in copyfile()
87 close(tofd); in copyfile()