Home
last modified time | relevance | path

Searched defs:command (Results 1 – 8 of 8) 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/profman/
Dprofman.cc46 std::vector<std::string> command; in CommandLine() local
/art/dex2oat/
Ddex2oat.cc88 std::vector<std::string> command; in CommandLine() local
99 std::vector<std::string> command; in StrippedCommandLine() local
/art/patchoat/
Dpatchoat.cc873 std::vector<std::string> command; in CommandLine() local
/art/runtime/jdwp/
Djdwp_handler.cc1591 static bool IsInvokeCommand(uint8_t command_set, uint8_t command) { in IsInvokeCommand()
/art/tools/dmtracedump/
Dtracedump.cc1475 char command[1024]; in createInclusiveProfileGraphNew() local