Home
last modified time | relevance | path

Searched refs:enable_sandbox (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp199 if (config_->enable_sandbox()) { in StartCommands()
308 if (config_->enable_sandbox()) { in StartCommands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h185 void set_enable_sandbox(const bool enable_sandbox);
186 bool enable_sandbox() const;
Dcuttlefish_config.cpp426 void CuttlefishConfig::set_enable_sandbox(const bool enable_sandbox) { in set_enable_sandbox() argument
427 (*dictionary_)[kEnableSandbox] = enable_sandbox; in set_enable_sandbox()
430 bool CuttlefishConfig::enable_sandbox() const { in enable_sandbox() function in cuttlefish::CuttlefishConfig
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc117 DEFINE_bool(enable_sandbox,