Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dutil.c87 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/main/coregrind/m_syswrap/
Dsyswrap-darwin.c3099 int, fromfd, int, tofd, in PRE()
3109 int, fromfd, int, tofd, in PRE()