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

  /external/chromium_org/content/common/
sandbox_linux.h 30 METHOD_GET_CHILD_WITH_INODE = 34,
  /external/chromium_org/content/zygote/
zygote_linux.cc 309 request.WriteInt(LinuxSandbox::METHOD_GET_CHILD_WITH_INODE);
325 // METHOD_GET_CHILD_WITH_INODE failed. Did the child die already?
326 LOG(ERROR) << "METHOD_GET_CHILD_WITH_INODE failed";
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 150 } else if (kind == LinuxSandbox::METHOD_GET_CHILD_WITH_INODE) {

Completed in 464 milliseconds