Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dutil.c87 int fromfd, tofd; in copyfile() local
98 fromfd = open(from, O_RDONLY); in copyfile()
99 if (fromfd < 0) in copyfile()
106 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0); in copyfile()
119 close(fromfd); in copyfile()
/external/valgrind/coregrind/
Dvgdb.c594 getpkt (char *buf, int fromfd, int ackfd) in getpkt() argument
604 c = readchar (fromfd); in getpkt()
614 c = readchar (fromfd); in getpkt()
625 repeat = readchar (fromfd); in getpkt()
636 c1 = fromhex (readchar (fromfd)); in getpkt()
637 c2 = fromhex (readchar (fromfd)); in getpkt()
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-darwin.c3636 int, fromfd, int, tofd, in PRE()
3646 int, fromfd, int, tofd, in PRE()