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

  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 59 sandbox_binary_(),
124 sandbox_binary_ = sandbox_cmd.c_str();
131 if (stat(sandbox_binary_.c_str(), &st) != 0) {
133 << sandbox_binary_ << " Aborting now.";
136 if (access(sandbox_binary_.c_str(), X_OK) == 0 &&
140 cmd_line.PrependWrapper(sandbox_binary_);
149 << sandbox_binary_ << " is owned by root and has mode 4755.";
192 get_inode_cmdline.push_back(sandbox_binary_);
201 << sandbox_binary_ << ")";
445 adj_oom_score_cmdline.push_back(sandbox_binary_);
    [all...]
zygote_host_impl_linux.h 94 std::string sandbox_binary_; member in class:content::ZygoteHostImpl

Completed in 75 milliseconds