Home
last modified time | relevance | path

Searched refs:host_sandbox (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp585 bool CuttlefishConfig::host_sandbox() const { in host_sandbox() function in cuttlefish::CuttlefishConfig
588 void CuttlefishConfig::set_host_sandbox(bool host_sandbox) { in set_host_sandbox() argument
589 (*dictionary_)[kHostSandbox] = host_sandbox; in set_host_sandbox()
Dcuttlefish_config.h286 bool host_sandbox() const;
287 void set_host_sandbox(bool host_sandbox);
/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp85 .SandboxProcesses(config_.host_sandbox()) in Run()