Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/monitor/
DTraceMonitor.java64 String removeCommand = String.format(Locale.getDefault(), "rm %s", src.toString()); in moveFile() local
65 runShellCommand(removeCommand); in moveFile()