Searched refs:rmCommand (Results 1 – 1 of 1) sorted by relevance
173 String rmCommand = String.format("rm %s", inputFile); in cleanup() local174 getDevice().executeShellCommand(rmCommand); in cleanup()177 String rmCommand = String.format("rm %s", outputFile); in cleanup() local178 getDevice().executeShellCommand(rmCommand); in cleanup()