HomeSort by relevance Sort by last modified time
    Searched full:sandbox_cmd (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/
browser_main_gtk.cc 134 std::string sandbox_cmd; local
136 sandbox_cmd = sandbox_binary;
140 shost->Init(sandbox_cmd);
142 zhost->Init(sandbox_cmd);
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 63 // sandbox_cmd: the path of the sandbox executable
65 std::string sandbox_cmd)
68 if (!sandbox_cmd.empty()) {
69 sandbox_cmd_.push_back(sandbox_cmd);
351 std::vector<std::string> sandbox_cmd = sandbox_cmd_; local
352 sandbox_cmd.push_back(base::Int64ToString(inode));
353 CommandLine get_inode_cmd(sandbox_cmd);
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 73 void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
124 sandbox_binary_ = sandbox_cmd.c_str();
126 // A non empty sandbox_cmd means we want a SUID sandbox.
127 using_suid_sandbox_ = !sandbox_cmd.empty();
zygote_host_impl_linux.h 28 void Init(const std::string& sandbox_cmd);

Completed in 219 milliseconds