Searched refs:lsGrep (Results 1 – 1 of 1) sorted by relevance
1275 String lsGrep = executeShellCommand(String.format("ls \"%s\"", deviceFilePath)); in doesFileExist() local1276 return !lsGrep.contains("No such file or directory"); in doesFileExist()