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

  /toolchain/binutils/binutils-2.27/bfd/
bfdio.c 70 close_on_exec (FILE *file) function
98 return close_on_exec (fopen (filename, modes));
116 return close_on_exec (fopen (filename, at[0], at[1], at[2]));
120 return close_on_exec (fopen64 (filename, modes));
122 return close_on_exec (fopen (filename, modes));
  /system/core/adb/
sysdeps.h 100 static __inline__ void close_on_exec(int fd) function
365 static __inline__ void close_on_exec(int fd)
416 close_on_exec( fd );
486 close_on_exec(fd);
539 close_on_exec(fd);
597 close_on_exec( sv[0] );
598 close_on_exec( sv[1] );

Completed in 69 milliseconds