Home
last modified time | relevance | path

Searched refs:moveResult (Results 1 – 4 of 4) sorted by relevance

/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java309 CommandResult moveResult = in processPerfettoFile() local
314 if (moveResult != null) { in processPerfettoFile()
318 moveResult.getStdout(), in processPerfettoFile()
319 moveResult.getStderr(), in processPerfettoFile()
320 moveResult.getStatus()); in processPerfettoFile()
/platform_testing/libraries/collectors-helper/simpleperf/src/com/android/helpers/
DSimpleperfHelper.java327 String moveResult = in copyFileOutput() local
330 if (!moveResult.isEmpty()) { in copyFileOutput()
335 SIMPLEPERF_TMP_FILE_PATH, destinationFile, moveResult)); in copyFileOutput()
/platform_testing/libraries/collectors-helper/perfetto/src/com/android/helpers/
DPerfettoHelper.java490 String moveResult = mUIDevice.executeShellCommand(String.format( in copyFileOutput() local
492 if (!moveResult.isEmpty()) { in copyFileOutput()
495 PERFETTO_TMP_OUTPUT_FILE, destinationFile, moveResult)); in copyFileOutput()
/platform_testing/host_runners/boot/src/com/android/boot/
DBootTimeTest.java543 CommandResult moveResult = in processPerfettoFile() local
548 if (moveResult != null) { in processPerfettoFile()
552 moveResult.getStdout(), in processPerfettoFile()
553 moveResult.getStderr(), in processPerfettoFile()
554 moveResult.getStatus()); in processPerfettoFile()