Home
last modified time | relevance | path

Searched refs:getFullPath (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java58 public String getFullPath() { in getFullPath() method in FileEntryWrapper
59 return mFileEntry.getFullPath(); in getFullPath()
DNativeDevice.java2164 String deviceSubDir = item.getFullPath(); in pullDirInternal()
2172 String fullPath = item.getFullPath(); in pullDirInternal()
2229 remoteFileEntry.getFullPath(), getSerialNumber()); in syncFiles()
2268 remoteFileEntry.getFullPath(), getSerialNumber(), e.getMessage()); in syncFiles()
2278 return performDeviceAction(String.format("sync files %s", remoteFileEntry.getFullPath()), in syncFiles()
2375 entry.getFullPath(), getSerialNumber()); in isNewer()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DIFileEntry.java39 public String getFullPath(); in getFullPath() method
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2StressTest.java126 if (!getDevice().pullFile(remoteFile.getFullPath(), screenshot)) { in postScreenshotOnFailure()
127 CLog.w("Could not pull screenshot: %s", remoteFile.getFullPath()); in postScreenshotOnFailure()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java543 when(fakeFile.getFullPath()).thenReturn("/some_device_path/fakeFile"); in testPullDir()
548 when(fakeDir.getFullPath()).thenReturn("/some_device_path/fakeDir"); in testPullDir()
620 when(fakeFile.getFullPath()).thenReturn("/some_device_path/fakeFile"); in testPullDir_pullFail()
625 when(fakeDir.getFullPath()).thenReturn("/some_device_path/fakeDir"); in testPullDir_pullFail()
635 when(secondLevelChildren.getFullPath()) in testPullDir_pullFail()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DUiAutomatorTest.java397 if (!mDevice.pullFile(traceFile.getFullPath(), pulledFile)) { in logTraceFiles()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppTransitionTests.java461 if (!mDevice.pullFile(file.getFullPath(), pulledFile)) { in logTraceFiles()