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

  /art/runtime/
zip_archive.cc 209 static void SetCloseOnExec(int fd) {
234 SetCloseOnExec(GetFileDescriptor(handle));
250 SetCloseOnExec(GetFileDescriptor(handle));
  /external/libchrome/base/files/
file_util.h 375 BASE_EXPORT bool SetCloseOnExec(int fd);
file_util_posix.cc 373 if (!SetCloseOnExec(fd_out.get()))
375 if (!SetCloseOnExec(fd_in.get()))
398 bool SetCloseOnExec(int fd) {
749 SetCloseOnExec(fileno(result));

Completed in 598 milliseconds