Searched refs:enable_sandbox (Results 1 – 4 of 4) sorted by relevance
199 if (config_->enable_sandbox()) { in StartCommands()308 if (config_->enable_sandbox()) { in StartCommands()
185 void set_enable_sandbox(const bool enable_sandbox);186 bool enable_sandbox() const;
426 void CuttlefishConfig::set_enable_sandbox(const bool enable_sandbox) { in set_enable_sandbox() argument427 (*dictionary_)[kEnableSandbox] = enable_sandbox; in set_enable_sandbox()430 bool CuttlefishConfig::enable_sandbox() const { in enable_sandbox() function in cuttlefish::CuttlefishConfig
117 DEFINE_bool(enable_sandbox,