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

  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.h 48 int childs_lifeline_fd_; member in class:content::RenderSandboxHostLinux
render_sandbox_host_linux.cc 674 childs_lifeline_fd_(0),
709 childs_lifeline_fd_ = pipefds[1];
735 if (IGNORE_EINTR(close(childs_lifeline_fd_)) < 0)

Completed in 166 milliseconds