Home
last modified time | relevance | path

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

/bootable/recovery/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/recovery/bootloader_message/include/bootloader_message/
Dbootloader_message.h68 char command[32]; member
/bootable/recovery/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.cpp127 static auto AdbRebootHandler(MinadbdCommand command, InstallResult* result, in AdbRebootHandler()
Dinstall.cpp461 std::string command(line.substr(0, space)); in TryUpdateBinary() local