Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java324 assertNull(mPreparer.resolveRelativeFilePath(buildInfo, fileName)); in testResolveRelativeFilePath_noDeviceBuildInfo()
352 mPreparer.resolveRelativeFilePath(buildInfo, fileName).getAbsolutePath()); in testResolveRelativeFilePath_withDeviceBuildInfo()
386 mPreparer.resolveRelativeFilePath(buildInfo, fileName).getAbsolutePath()); in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip()
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java204 public File resolveRelativeFilePath(IBuildInfo buildInfo, String fileName) { in resolveRelativeFilePath() method in PushFilePreparer
386 src = resolveRelativeFilePath(buildInfo, localPath); in evaluatePushingPair()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java136 File resolvedFile = resolveRelativeFilePath(fileName); in getFileFromTestArtifacts()
471 private File resolveRelativeFilePath(String fileName) { in resolveRelativeFilePath() method in BaseDeviceMetricCollector