Home
last modified time | relevance | path

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

/aosp_15_r20/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc1847 instance.set_ap_boot_flow(CuttlefishConfig::InstanceSpecific::APBootFlow::LegacyDirect); in InitializeCuttlefishConfiguration()
1849 instance.set_ap_boot_flow(CuttlefishConfig::InstanceSpecific::APBootFlow::None); in InitializeCuttlefishConfiguration()
/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h754 void set_ap_boot_flow(InstanceSpecific::APBootFlow flow);
Dcuttlefish_config_instance.cpp1826 void CuttlefishConfig::MutableInstanceSpecific::set_ap_boot_flow(APBootFlow flow) { in set_ap_boot_flow() function in cuttlefish::CuttlefishConfig::MutableInstanceSpecific