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

  /external/chromium/chrome/browser/nacl_host/
nacl_process_host.cc 35 void SetCloseOnExec(nacl::Handle fd) {
117 SetCloseOnExec(pair[0]);
118 SetCloseOnExec(pair[1]);
  /art/runtime/
zip_archive.cc 318 static void SetCloseOnExec(int fd) {
343 SetCloseOnExec(fd);
  /external/chromium/chrome/browser/
process_singleton_linux.cc 121 int SetCloseOnExec(int fd) {
222 rv = SetCloseOnExec(sock);
    [all...]
  /external/chromium_org/chrome/browser/nacl_host/
nacl_process_host.cc 108 void SetCloseOnExec(NaClHandle fd) {
332 SetCloseOnExec(pair[0]);
333 SetCloseOnExec(pair[1]);
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_linux.cc 119 int SetCloseOnExec(int fd) {
220 rv = SetCloseOnExec(sock);
    [all...]

Completed in 800 milliseconds