Searched defs:tofd (Results 1 - 1 of 1) sorted by relevance

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

Completed in 85 milliseconds