Searched refs:tofd (Results 1 – 2 of 2) sorted by relevance
/external/linux-tools-perf/src/tools/perf/util/ |
D | util.c | 87 int fromfd, tofd; in copyfile() local 102 tofd = creat(to, 0755); in copyfile() 103 if (tofd < 0) in copyfile() 110 if (write(tofd, addr, st.st_size) == st.st_size) in copyfile() 115 close(tofd); in copyfile()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-darwin.c | 3636 int, fromfd, int, tofd, in PRE() 3646 int, fromfd, int, tofd, in PRE()
|