Searched refs:bootVersion (Results 1 – 1 of 1) sorted by relevance
/system/extras/bootctl/ |
D | bootctl.cpp | 32 static void usage(FILE* where, BootControlVersion bootVersion, int /* argc */, char* argv[]) { in usage() argument 51 if (bootVersion >= BootControlVersion::BOOTCTL_V1_1) { in usage() 158 static int do_set_snapshot_merge_status(BootControlClient* module, BootControlVersion bootVersion, in do_set_snapshot_merge_status() argument 161 usage(stderr, bootVersion, argc, argv); in do_set_snapshot_merge_status() 168 usage(stderr, bootVersion, argc, argv); in do_set_snapshot_merge_status() 212 static uint32_t parse_slot(BootControlVersion bootVersion, int pos, int argc, char* argv[]) { in parse_slot() argument 214 usage(stderr, bootVersion, argc, argv); in parse_slot() 221 usage(stderr, bootVersion, argc, argv); in parse_slot() 234 const auto bootVersion = client->GetVersion(); in main() local 237 usage(stderr, bootVersion, argc, argv); in main() [all …]
|