Home
last modified time | relevance | path

Searched defs:command (Results 1 – 8 of 8) sorted by relevance

/bootable/libbootloader/gbl/libmisc/src/
Dlib.rs64 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/
Dcommands_test.cpp172 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/
Dminadbd_services_test.cpp109 void ExecuteCommandAndWaitForExit(const std::string& command) { in ExecuteCommandAndWaitForExit()
146 auto test_body = [&](const std::string& command) { in TEST_F()
Dminadbd_services.cpp259 MinadbdCommand command; in RebootHostService() local
/bootable/deprecated-ota/updater/
Dcommands.cpp375 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/
Dadb_install.cpp128 static auto AdbRebootHandler(MinadbdCommand command, InstallResult* result, in AdbRebootHandler()
Dinstall.cpp527 std::string command(line.substr(0, space)); in TryUpdateBinary() local
/bootable/recovery/bootloader_message/include/bootloader_message/
Dbootloader_message.h68 char command[32]; member