Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config_instance.cpp1975 static constexpr char kApBootFlow[] = "ap_boot_flow"; variable
1977 (*Dictionary())[kApBootFlow] = static_cast<int>(flow); in set_ap_boot_flow()
1980 return static_cast<APBootFlow>((*Dictionary())[kApBootFlow].asInt()); in ap_boot_flow()