Searched refs:BootCtlVersion (Results 1 – 1 of 1) sorted by relevance
/aosp12/system/extras/bootctl/ |
H A D | bootctl.cpp | 38 enum BootCtlVersion { BOOTCTL_V1_0, BOOTCTL_V1_1, BOOTCTL_V1_2 }; enum 40 static void usage(FILE* where, BootCtlVersion bootVersion, int /* argc */, char* argv[]) { in usage() 162 static int do_set_snapshot_merge_status(sp<V1_1::IBootControl> module, BootCtlVersion bootVersion, in do_set_snapshot_merge_status() 220 static uint32_t parse_slot(BootCtlVersion bootVersion, int pos, int argc, char* argv[]) { in parse_slot() 240 BootCtlVersion bootVersion = BOOTCTL_V1_0; in main()
|