Searched refs:REMOVE_CMD (Results 1 – 4 of 4) sorted by relevance
42 private static final String REMOVE_CMD = "rm %s"; field in SimpleperfHelperTest58 uiDevice.executeShellCommand(String.format(REMOVE_CMD, "/data/local/tmp/perf.data")); in teardown()
52 private static final String REMOVE_CMD = "rm %s"; field in PerfettoHelperTest94 String.format(REMOVE_CMD, "/data/local/tmp/out.perfetto-trace")); in teardown()
61 private static final String REMOVE_CMD = "rm %s"; field in PerfettoHelper274 mUIDevice.executeShellCommand(String.format(REMOVE_CMD, PERFETTO_TMP_OUTPUT_FILE)); in canSetupBeforeStartCollecting()
48 private static final String REMOVE_CMD = "rm %s"; field in SimpleperfHelper