Searched refs:destPath (Results 1 – 3 of 3) sorted by relevance
214 public boolean doesRemoteFileExistContainingString(String destPath, String searchString) in doesRemoteFileExistContainingString() argument216 String lsResult = mDevice.executeShellCommand(String.format("ls %s", destPath)); in doesRemoteFileExistContainingString()
1065 public boolean doesFileExist(String destPath) throws DeviceNotAvailableException { in doesFileExist() argument1066 String lsGrep = executeShellCommand(String.format("ls \"%s\"", destPath)); in doesFileExist()
1183 public boolean doesFileExist(String destPath) throws DeviceNotAvailableException { in testGetBugreportz()