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