Home
last modified time | relevance | path

Searched defs:enable_sandbox (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/cvd_test_configs/mvp_features/vm/enable_sandbox/
DTC3.json7 "enable_sandbox": true boolean
14 "enable_sandbox": true boolean
DTC2.json12 "enable_sandbox": true boolean
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp1271 void CuttlefishConfig::MutableInstanceSpecific::set_enable_sandbox(const bool enable_sandbox) { in set_enable_sandbox()
1274 bool CuttlefishConfig::InstanceSpecific::enable_sandbox() const { in enable_sandbox() function in cuttlefish::CuttlefishConfig::InstanceSpecific