Home
last modified time | relevance | path

Searched refs:getFileEntry (Results 1 – 17 of 17) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIFileEntry.java98 public FileEntry getFileEntry(); in getFileEntry() method
DFileEntryWrapper.java143 public FileEntry getFileEntry() { in getFileEntry() method in FileEntryWrapper
DINativeDevice.java602 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException; in getFileEntry() method
DNativeDevice.java1256 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in getFileEntry() method in NativeDevice
1272 public IFileEntry getFileEntry(FileEntry entry) throws DeviceNotAvailableException { in getFileEntry() method in NativeDevice
1373 IFileEntry entry = getFileEntry(entryRoot); in pullDir()
1428 IFileEntry remoteFileEntry = getFileEntry(deviceFilePath); in syncFiles()
1482 syncService.push(files, remoteFileEntry.getFileEntry(), in syncFiles()
2122 IFileEntry entries = getFileEntry(BUGREPORTZ_TMP_PATH); in bugreportzFallback()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogFilesReporter.java115 IFileEntry outputDir = getDevice().getFileEntry(dir); in uploadFolderOnDeviceToLogs()
155 IFileEntry outputDir = getDevice().getFileEntry(folder); in doesDirectoryExistOnDevice()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DMockFileUtil.java41 EasyMock.expect(mockDevice.getFileEntry(rootPath)).andStubReturn(rootEntry); in setMockDirContents()
73 EasyMock.expect(mockDevice.getFileEntry(rootPath)).andStubReturn(rootEntry); in setMockDirPath()
DNativeDeviceTest.java295 public IFileEntry getFileEntry(FileEntry path) in testPullDir_nothingToDo()
333 public IFileEntry getFileEntry(FileEntry path) in testPullDir()
401 public IFileEntry getFileEntry(FileEntry path) in testPullDir_pullFail()
1118 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreport_compatibility_deviceUnavail()
1142 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreport_deviceUnavail_fallback()
1231 public IFileEntry getFileEntry(String path) throws DeviceNotAvailableException { in testGetBugreportz_fails()
DTestDeviceFuncTest.java402 assertNotNull(mTestDevice.getFileEntry(String.format("%s/testdir/foo.txt", extStore))); in testListSymlinkDir()
792 IFileEntry entry = getDevice().getFileEntry("/data"); in testGetFileEntry_recovery()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DNativeStressTestTest.java59 EasyMock.expect(mMockDevice.getFileEntry((String)EasyMock.anyObject())).andReturn( in setUp()
/tools/tradefederation/contrib/src/com/android/media/tests/
DAdbScreenrecordTest.java255 IFileEntry video = getDevice().getFileEntry(deviceFileName); in extractDurationAndBitrateFromVideoFileUsingAvprobe()
256 if (video == null || video.getFileEntry().getSizeValue() < 1) { in extractDurationAndBitrateFromVideoFileUsingAvprobe()
DCamera2StressTest.java110 IFileEntry screenshotDir = getDevice().getFileEntry(FAILURE_SCREENSHOT_DIR); in postScreenshotOnFailure()
DCamera2FrameworkStressTest.java170 IFileEntry dirEntry = getDevice().getFileEntry(resultDir); in getCameraIdList()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DNativeStressTest.java231 IFileEntry nativeTestDirectory = mDevice.getFileEntry(testPath); in run()
DNativeBenchmarkTest.java255 IFileEntry nativeTestDirectory = mDevice.getFileEntry(testPath); in run()
DUiAutomatorTest.java323 IFileEntry traceSrcDir = mDevice.getFileEntry(traceSrcDirectory); in logTraceFiles()
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/
DPackageManagerHostTestUtils.java521 IFileEntry file = mDevice.getFileEntry(remoteFilePath); in checkFilePermissions()
/tools/tradefederation/core/prod-tests/src/com/android/performance/tests/
DAppTransitionTests.java364 IFileEntry srcDir = mDevice.getFileEntry(String.format("%s/%s", in logTraceFiles()