Searched refs:executeCommand (Results 1 – 3 of 3) sorted by relevance
140 private static Process executeCommand(String command) throws IOException { in executeCommand() method in DeployAgent157 Process p = executeCommand(commandBuilder.toString()); in getFilenameFromPackageName()202 Process p = executeCommand(commandBuilder.toString()); in createInstallSession()221 Process p = executeCommand(commandBuilder.toString()); in commitInstallSession()
126 status_t executeCommand(int32_t command);
459 result = executeCommand(cmd); in getAndExecuteCommand()874 err = executeCommand(cmd); in waitForResponse()1053 status_t IPCThreadState::executeCommand(int32_t cmd) in executeCommand() function in android::hardware::IPCThreadState