Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/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/main/coregrind/
Dvgdb.c592 getpkt (char *buf, int fromfd, int ackfd) in getpkt() argument
602 c = readchar (fromfd); in getpkt()
612 c = readchar (fromfd); in getpkt()
623 repeat = readchar (fromfd); in getpkt()
634 c1 = fromhex (readchar (fromfd)); in getpkt()
635 c2 = fromhex (readchar (fromfd)); in getpkt()
/external/valgrind/main/coregrind/m_syswrap/
Dsyswrap-darwin.c3099 int, fromfd, int, tofd, in PRE()
3109 int, fromfd, int, tofd, in PRE()