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

  /art/runtime/
zip_archive.cc 76 static void SetCloseOnExec(int fd) {
101 SetCloseOnExec(GetFileDescriptor(handle));
117 SetCloseOnExec(GetFileDescriptor(handle));
  /external/chromium_org/components/nacl/browser/
nacl_process_host.cc 193 void SetCloseOnExec(NaClHandle fd) {
469 SetCloseOnExec(pair[0]);
470 SetCloseOnExec(pair[1]);
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 121 int SetCloseOnExec(int fd) {
222 rv = SetCloseOnExec(sock);
    [all...]

Completed in 835 milliseconds