Home
last modified time | relevance | path

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

/art/tools/dexfuzz/src/dexfuzz/executors/
DDevice.java170 public ExecutionResult executeCommand(String command, boolean captureOutput) { in executeCommand()
175 public ExecutionResult executeCommand(String command, boolean captureOutput, in executeCommand()
226 private String getExecutionPrefixWithAdb(String command) { in getExecutionPrefixWithAdb()
250 String command = "rm -f " + getCacheLocation(architecture) in cleanCodeCache() local
DExecutor.java74 protected ExecutionResult executeCommandWithTimeout(String command, boolean captureOutput) { in executeCommandWithTimeout()
/art/runtime/
Dutils_test.cc353 std::vector<std::string> command; in TEST_F() local
372 std::vector<std::string> command; in TEST_F() local
/art/dex2oat/
Ddex2oat.cc85 std::vector<std::string> command; in CommandLine() local
96 std::vector<std::string> command; in StrippedCommandLine() local
/art/patchoat/
Dpatchoat.cc788 std::vector<std::string> command; in CommandLine() local
/art/runtime/jdwp/
Djdwp_handler.cc1564 static bool IsInvokeCommand(uint8_t command_set, uint8_t command) { in IsInvokeCommand()