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