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