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

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 181 std::string inode_output; local
192 if (base::GetAppOutput(get_inode_cmd, &inode_output)) {
193 base::StringToInt(inode_output, &pid_);
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 337 std::string inode_output; local
342 if (base::GetAppOutput(get_inode_cmd, &inode_output))
343 base::StringToInt(inode_output, &pid);

Completed in 50 milliseconds