Searched refs:moveResult (Results 1 – 4 of 4) sorted by relevance
309 CommandResult moveResult = in processPerfettoFile() local314 if (moveResult != null) { in processPerfettoFile()318 moveResult.getStdout(), in processPerfettoFile()319 moveResult.getStderr(), in processPerfettoFile()320 moveResult.getStatus()); in processPerfettoFile()
327 String moveResult = in copyFileOutput() local330 if (!moveResult.isEmpty()) { in copyFileOutput()335 SIMPLEPERF_TMP_FILE_PATH, destinationFile, moveResult)); in copyFileOutput()
490 String moveResult = mUIDevice.executeShellCommand(String.format( in copyFileOutput() local492 if (!moveResult.isEmpty()) { in copyFileOutput()495 PERFETTO_TMP_OUTPUT_FILE, destinationFile, moveResult)); in copyFileOutput()
543 CommandResult moveResult = in processPerfettoFile() local548 if (moveResult != null) { in processPerfettoFile()552 moveResult.getStdout(), in processPerfettoFile()553 moveResult.getStderr(), in processPerfettoFile()554 moveResult.getStatus()); in processPerfettoFile()