HomeSort by relevance Sort by last modified time
    Searched defs: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);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0): function
182 s = socket.fromfd(fd, family, type_, proto)
193 _sock = fromfd(fd, family, type_, proto)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 181 def fromfd(fd, family, type_, proto=0): function
182 s = socket.fromfd(fd, family, type_, proto)
193 _sock = fromfd(fd, family, type_, proto)

Completed in 275 milliseconds