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