Home
last modified time | relevance | path

Searched refs:getFullPath (Results 1 – 8 of 8) 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()
DIFileEntry.java39 public String getFullPath(); in getFullPath() method
DNativeDevice.java1388 String deviceSubDir = item.getFullPath(); in pullDir()
1396 String fullPath = item.getFullPath(); in pullDir()
1448 remoteFileEntry.getFullPath(), getSerialNumber()); in syncFiles()
1487 remoteFileEntry.getFullPath(), getSerialNumber(), e.getMessage()); in syncFiles()
1497 return performDeviceAction(String.format("sync files %s", remoteFileEntry.getFullPath()), in syncFiles()
1594 entry.getFullPath(), getSerialNumber()); in isNewer()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogFilesReporter.java124 CLog.v(String.format("Adding file %s", file.getFullPath())); in uploadFolderOnDeviceToLogs()
125 uploadFilePatterns.put(file.getFullPath(), logDataType); in uploadFolderOnDeviceToLogs()
/tools/tradefederation/contrib/src/com/android/media/tests/
DCamera2StressTest.java123 if (!getDevice().pullFile(remoteFile.getFullPath(), screenshot)) { in postScreenshotOnFailure()
124 CLog.w("Could not pull screenshot: %s", remoteFile.getFullPath()); in postScreenshotOnFailure()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java367 EasyMock.expect(fakeFile.getFullPath()).andReturn("/sdcard/screenshots/fakeFile"); in testPullDir()
372 EasyMock.expect(fakeDir.getFullPath()).andReturn("/sdcard/screenshots/fakeDir"); in testPullDir()
440 EasyMock.expect(fakeFile.getFullPath()).andReturn("/sdcard/screenshots/fakeFile"); in testPullDir_pullFail()
445 EasyMock.expect(fakeDir.getFullPath()).andReturn("/sdcard/screenshots/fakeDir"); in testPullDir_pullFail()
455 EasyMock.expect(secondLevelChildren.getFullPath()) in testPullDir_pullFail()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DUiAutomatorTest.java333 if (!mDevice.pullFile(traceFile.getFullPath(), pulledFile)) { in logTraceFiles()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DAppTransitionTests.java370 if (!mDevice.pullFile(file.getFullPath(), pulledFile)) { in logTraceFiles()