Searched refs:lsGrep (Results 1 – 1 of 1) sorted by relevance
212 String lsGrep = mDevice.executeShellCommand(String.format("ls \"%s\"", filePath)); in doesFileExist() local213 return lsGrep.trim().equals(filePath); in doesFileExist()