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/zygote_host/
zygote_host_impl_linux.h 27 void Init(const std::string& sandbox_cmd);
zygote_host_impl_linux.cc 69 void ZygoteHostImpl::Init(const std::string& sandbox_cmd) {
120 sandbox_binary_ = sandbox_cmd.c_str();
122 // A non empty sandbox_cmd means we want a SUID sandbox.
123 using_suid_sandbox_ = !sandbox_cmd.empty();
  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 60 // sandbox_cmd: the path of the sandbox executable
62 std::string sandbox_cmd)
65 if (!sandbox_cmd.empty()) {
66 sandbox_cmd_.push_back(sandbox_cmd);
339 std::vector<std::string> sandbox_cmd = sandbox_cmd_; local
340 sandbox_cmd.push_back(base::Int64ToString(inode));
341 CommandLine get_inode_cmd(sandbox_cmd);

Completed in 83 milliseconds