Home
last modified time | relevance | path

Searched refs:destPath (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerHostTestUtils.java214 public boolean doesRemoteFileExistContainingString(String destPath, String searchString) in doesRemoteFileExistContainingString() argument
216 String lsResult = mDevice.executeShellCommand(String.format("ls %s", destPath)); in doesRemoteFileExistContainingString()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1065 public boolean doesFileExist(String destPath) throws DeviceNotAvailableException { in doesFileExist() argument
1066 String lsGrep = executeShellCommand(String.format("ls \"%s\"", destPath)); in doesFileExist()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java1183 public boolean doesFileExist(String destPath) throws DeviceNotAvailableException { in testGetBugreportz()