HomeSort by relevance Sort by last modified time
    Searched refs:fromfd (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
util.c 59 int fromfd, tofd; local
70 fromfd = open(from, O_RDONLY);
71 if (fromfd < 0)
78 addr = mmap(NULL, st.st_size, PROT_READ, MAP_PRIVATE, fromfd, 0);
91 close(fromfd);
  /external/valgrind/main/coregrind/
vgdb.c     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 168 milliseconds