Searched refs:executeCommand (Results 1 – 3 of 3) sorted by relevance
134 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent151 Process p = executeCommand(commandBuilder.toString()); in getFilenameFromPackageName()194 Process p = executeCommand(commandBuilder.toString()); in createInstallSession()212 Process p = executeCommand(commandBuilder.toString()); in commitInstallSession()
152 status_t executeCommand(int32_t command);
461 result = executeCommand(cmd); in getAndExecuteCommand()878 err = executeCommand(cmd); in waitForResponse()1051 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::hardware::IPCThreadState