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

  /external/linux-tools-perf/util/
util.c 59 int fromfd, tofd; local
74 tofd = creat(to, 0755);
75 if (tofd < 0)
82 if (write(tofd, addr, st.st_size) == st.st_size)
87 close(tofd);
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c     [all...]

Completed in 139 milliseconds