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

  /external/bison/lib/
w32spawn.h 77 /* Undoes the effect of TEMPFD = dup_safer_noinherit (ORIGFD); */
79 undup_safer_noinherit (int tempfd, int origfd)
83 if (dup2 (tempfd, origfd) < 0)
85 origfd);
90 /* origfd was closed or open to no handle at all. Set it to a closed
92 close (origfd);
  /frameworks/base/core/jni/
android_os_Parcel.cpp 496 int origfd = jniGetFDFromFileDescriptor(env, orig); local
497 if (origfd < 0) {
502 int fd = dup(origfd);

Completed in 62 milliseconds