Searched defs:command (Results 1 – 8 of 8) sorted by relevance
/bootable/libbootloader/gbl/libmisc/src/ |
D | lib.rs | 64 command: [u8; 32], field 85 let command = CStr::from_bytes_until_nul(&self.command) in boot_mode() localVariable 129 let command = "boot-wrong"; in test_bcb_with_wrong_command_failed() localVariable 138 let command = "boot-recovery"; in test_bcb_to_recovery_parsed() localVariable 150 let command = "boot-fastboot"; in test_bcb_to_fastboot_parsed_as_recovery() localVariable 162 let command = "bootonce-bootloader"; in test_bcb_to_bootloader_once_parsed() localVariable
|
/bootable/deprecated-ota/tests/unit/ |
D | commands_test.cpp | 172 Command command = Command::Parse(input, 0, &err); in TEST() local 184 Command command = Command::Parse(input, 0, &err); in TEST() local 196 Command command = Command::Parse(input, 1, &err); in TEST() local 216 Command command = Command::Parse(input, 2, &err); in TEST() local 232 Command command = Command::Parse(input, 3, &err); in TEST() local 253 Command command = Command::Parse(input, 4, &err); in TEST() local 275 Command command = Command::Parse(input, 5, &err); in TEST() local 295 Command command = Command::Parse(input, 6, &err); in TEST() local 311 Command command = Command::Parse(input, 7, &err); in TEST() local 327 Command command = Command::Parse(input, 8, &err); in TEST() local [all …]
|
/bootable/recovery/minadbd/ |
D | minadbd_services_test.cpp | 109 void ExecuteCommandAndWaitForExit(const std::string& command) { in ExecuteCommandAndWaitForExit() 146 auto test_body = [&](const std::string& command) { in TEST_F()
|
D | minadbd_services.cpp | 259 MinadbdCommand command; in RebootHostService() local
|
/bootable/deprecated-ota/updater/ |
D | commands.cpp | 375 std::ostream& operator<<(std::ostream& os, const Command& command) { in operator <<() 443 Command command = Command::Parse(line, cmdindex, &parsing_error); in Parse() local
|
/bootable/recovery/install/ |
D | adb_install.cpp | 128 static auto AdbRebootHandler(MinadbdCommand command, InstallResult* result, in AdbRebootHandler()
|
D | install.cpp | 527 std::string command(line.substr(0, space)); in TryUpdateBinary() local
|
/bootable/recovery/bootloader_message/include/bootloader_message/ |
D | bootloader_message.h | 68 char command[32]; member
|