Searched refs:host_sandbox (Results 1 – 3 of 3) sorted by relevance
585 bool CuttlefishConfig::host_sandbox() const { in host_sandbox() function in cuttlefish::CuttlefishConfig588 void CuttlefishConfig::set_host_sandbox(bool host_sandbox) { in set_host_sandbox() argument589 (*dictionary_)[kHostSandbox] = host_sandbox; in set_host_sandbox()
286 bool host_sandbox() const;287 void set_host_sandbox(bool host_sandbox);
85 .SandboxProcesses(config_.host_sandbox()) in Run()