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

  /external/chromium_org/sandbox/linux/suid/common/
sandbox.h 25 static const int kZygoteIdFd = 7;
  /external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc 159 // arranges for kZygoteIdFd to be a dummy file descriptor to satisfy an
164 // Sanity check that kZygoteIdFd refers to a pipe.
166 PCHECK(0 == fstat(kZygoteIdFd, &st));
169 PCHECK(0 == IGNORE_EINTR(close(kZygoteIdFd)));
310 // kZygoteIdFd. Fixing this requires a sandbox API change. :(
311 fds_to_remap->push_back(std::make_pair(dummy_fd->get(), kZygoteIdFd));
  /external/chromium_org/sandbox/linux/suid/
sandbox.c 231 // We need to close kZygoteIdFd before the child can continue. We use this
249 // The kZygoteIdFd needs to be closed in the parent before
251 if (close(kZygoteIdFd))
270 // Wait for the parent to confirm it closed kZygoteIdFd before we

Completed in 782 milliseconds