Home
last modified time | relevance | path

Searched defs:cmd (Results 1 – 6 of 6) sorted by relevance

/bootable/recovery/tests/component/
Dinstall_test.cpp206 std::vector<std::string> cmd; in TEST() local
245 std::vector<std::string> cmd; in TEST() local
284 std::vector<std::string> cmd; in VerifyAbUpdateCommands() local
327 std::vector<std::string> cmd; in TEST() local
Dupdater_test.cpp241 std::string cmd = in TEST_F() local
571 std::string cmd; in TEST_F() local
596 std::string cmd; in TEST_F() local
/bootable/recovery/otautil/
Dsysutil.cpp218 std::string cmd = command; in reboot() local
/bootable/recovery/minadbd/
Dminadbd_services.cpp67 static bool WriteCommandToFd(MinadbdCommand cmd, int fd) { in WriteCommandToFd()
/bootable/recovery/install/
Dinstall.cpp233 std::vector<std::string>* cmd) { in SetUpAbUpdateCommands()
273 int status_fd, std::vector<std::string>* cmd) { in SetUpNonAbUpdateCommands()
/bootable/recovery/tools/image_generator/
DImageGenerator.java720 CommandLine cmd; in main() local