Home
last modified time | relevance | path

Searched refs:sourceFile (Results 1 – 8 of 8) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java292 ITestDevice device, String requestedFileName, File sourceFile, File tmpDir) in getRequestedFile() argument
295 if (sourceFile.getName().endsWith(".zip")) { in getRequestedFile()
298 FileUtil.createTempDir(FileUtil.getBaseName(sourceFile.getName()), tmpDir); in getRequestedFile()
299 ZipUtil2.extractZip(sourceFile, destDir); in getRequestedFile()
304 } else if (sourceFile.isDirectory()) { in getRequestedFile()
305 requestedFile = FileUtil.findFile(sourceFile, requestedFileName); in getRequestedFile()
307 requestedFile = sourceFile; in getRequestedFile()
313 requestedFileName, sourceFile), in getRequestedFile()
DGkiDeviceFlashPreparer.java331 ITestDevice device, String requestedFileName, File sourceFile, File tmpDir) in getRequestedFile() argument
334 if (sourceFile.getName().endsWith(".zip")) { in getRequestedFile()
337 FileUtil.createTempDir(FileUtil.getBaseName(sourceFile.getName()), tmpDir); in getRequestedFile()
338 ZipUtil2.extractZip(sourceFile, destDir); in getRequestedFile()
343 } else if (sourceFile.isDirectory()) { in getRequestedFile()
344 requestedFile = FileUtil.findFile(sourceFile, requestedFileName); in getRequestedFile()
346 requestedFile = sourceFile; in getRequestedFile()
352 requestedFileName, sourceFile), in getRequestedFile()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollectorTest.java590 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_withDeviceBuildInfo() local
592 fileName = sourceFile.getName(); in testResolveRelativeFilePath_withDeviceBuildInfo()
602 sourceFile.getAbsolutePath(), in testResolveRelativeFilePath_withDeviceBuildInfo()
623 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testUnableResolveRelativeFilePath_withDeviceBuildInfo() local
625 fileName = sourceFile.getName(); in testUnableResolveRelativeFilePath_withDeviceBuildInfo()
636 sourceFile.getAbsolutePath(), in testUnableResolveRelativeFilePath_withDeviceBuildInfo()
657 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_fromModule() local
659 fileName = sourceFile.getName(); in testResolveRelativeFilePath_fromModule()
670 sourceFile.getAbsolutePath(), in testResolveRelativeFilePath_fromModule()
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DPushFilePreparerTest.java342 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_withDeviceBuildInfo() local
344 fileName = sourceFile.getName(); in testResolveRelativeFilePath_withDeviceBuildInfo()
351 sourceFile.getAbsolutePath(), in testResolveRelativeFilePath_withDeviceBuildInfo()
373 File sourceFile = FileUtil.createTempFile(fileName, null, hostTestCasesDir); in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip() local
376 fileName = sourceFile.getName() + "-2"; in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip()
381 .andReturn(sourceFile); in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip()
385 sourceFile.getAbsolutePath(), in testResolveRelativeFilePath_withDeviceBuildInfo_remoteZip()
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java565 public static String readStringFromFile(File sourceFile) throws IOException { in readStringFromFile() argument
566 return readStringFromFile(sourceFile, 0, 0); in readStringFromFile()
578 public static String readStringFromFile(File sourceFile, long startOffset, long length) in readStringFromFile() argument
580 try (FileInputStream is = new FileInputStream(sourceFile)) { in readStringFromFile()
584 long fileLength = sourceFile.length(); in readStringFromFile()
/tools/tradefederation/core/res/jacoco/
Djacocoant.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
Djacocoagent.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jacoco/ org/ ...
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...