Searched refs:removeCommand (Results 1 – 1 of 1) sorted by relevance
64 String removeCommand = String.format(Locale.getDefault(), "rm %s", src.toString()); in moveFile() local65 runShellCommand(removeCommand); in moveFile()