Searched defs:cmd (Results 1 – 8 of 8) sorted by relevance
223 std::string cmd = "reboot," + std::string(target); in Reboot() local237 std::string cmd = "shutdown," + std::string(target); in Shutdown() local
126 std::vector<std::string> cmd; in TEST() local165 std::vector<std::string> cmd; in TEST() local203 std::vector<std::string> cmd; in VerifyAbUpdateCommands() local246 std::vector<std::string> cmd; in TEST() local
68 static bool WriteCommandToFd(MinadbdCommand cmd, int fd) { in WriteCommandToFd()
298 std::vector<std::string>* cmd) { in SetUpAbUpdateCommands()326 int status_fd, std::vector<std::string>* cmd) { in SetUpNonAbUpdateCommands()
274 std::string cmd = in TEST_F() local600 std::string cmd; in TEST_F() local623 std::string cmd; in TEST_F() local
716 CommandLine cmd; in main() local
852 let cmd = cmd.strip_prefix("fetch:").ok_or::<CommandError>("Missing arguments".into())?; in fetch() localVariable
746 let cmd = args.next().ok_or("Missing command")?; in oem() localVariable