Home
last modified time | relevance | path

Searched refs:crosvm_use_balloon (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dopen_wrt.cpp99 if (!instance_.crosvm_use_balloon()) { in Commands()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_manager.cpp501 if (!instance.crosvm_use_balloon()) { in StartCommands()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc486 DEFINE_vec(crosvm_use_balloon, "true",
1222 CF_EXPECT(GET_FLAG_BOOL_VALUE(crosvm_use_balloon)); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h516 bool crosvm_use_balloon() const;
Dcuttlefish_config_instance.cpp1794 bool CuttlefishConfig::InstanceSpecific::crosvm_use_balloon() const { in crosvm_use_balloon() function in cuttlefish::CuttlefishConfig::InstanceSpecific