Searched defs:command (Results 1 – 7 of 7) sorted by relevance
/bootable/recovery/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/recovery/bootloader_message/include/bootloader_message/ |
D | bootloader_message.h | 68 char command[32]; member
|
/bootable/recovery/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 | 127 static auto AdbRebootHandler(MinadbdCommand command, InstallResult* result, in AdbRebootHandler()
|
D | install.cpp | 461 std::string command(line.substr(0, space)); in TryUpdateBinary() local
|