Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dvhost_user_block.cpp83 if (instance.enable_sandbox()) { in VhostUserBlockDevice()
Dcrosvm_manager.cpp729 if (instance.enable_sandbox()) { in StartCommands()
935 CF_EXPECT(instance.enable_sandbox(), in StartCommands()
/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopen_wrt.cpp123 if (instance_.enable_sandbox()) { in Commands()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h586 bool enable_sandbox() const;
838 void set_enable_sandbox(const bool enable_sandbox);
Dcuttlefish_config_instance.cpp1421 void CuttlefishConfig::MutableInstanceSpecific::set_enable_sandbox(const bool enable_sandbox) { in set_enable_sandbox() argument
1422 (*Dictionary())[kEnableSandbox] = enable_sandbox; in set_enable_sandbox()
1424 bool CuttlefishConfig::InstanceSpecific::enable_sandbox() const { in enable_sandbox() function in cuttlefish::CuttlefishConfig::InstanceSpecific
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc260 enable_sandbox, fmt::format("{}", CF_DEFAULTS_ENABLE_SANDBOX),
1322 enable_sandbox)); in InitializeCuttlefishConfiguration()
2069 enable_sandbox)); in InitializeCuttlefishConfiguration()