Home
last modified time | relevance | path

Searched refs:set_ap_boot_flow (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1788 instance.set_ap_boot_flow(CuttlefishConfig::InstanceSpecific::APBootFlow::LegacyDirect); in InitializeCuttlefishConfiguration()
1790 instance.set_ap_boot_flow(CuttlefishConfig::InstanceSpecific::APBootFlow::None); in InitializeCuttlefishConfiguration()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h757 void set_ap_boot_flow(InstanceSpecific::APBootFlow flow);
Dcuttlefish_config_instance.cpp1782 void CuttlefishConfig::MutableInstanceSpecific::set_ap_boot_flow(APBootFlow flow) { in set_ap_boot_flow() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific