Home
last modified time | relevance | path

Searched refs:filePath (Results 1 – 13 of 13) sorted by relevance

/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DSideloadOtaTargetPreparer.java93 String filePath = getDeviceUpdateImage().getAbsolutePath(); in performDeviceUpdate() local
94 CLog.i("Sideloading package from %s onto %s", filePath, device.getSerialNumber()); in performDeviceUpdate()
95 device.executeAdbCommand(mSideloadTimeout, SIDELOAD_CMD, filePath); in performDeviceUpdate()
/tools/tradefederation/core/python-lib/tradefed_py/
Dbase_test.py44 def logFileToTradefed(self, name, filePath, fileType): argument
52 resp = {_DATA_NAME: name, _DATA_TYPE: fileType, _DATA_FILE: filePath}
/tools/tradefederation/core/common_util/com/android/tradefed/util/
DZipUtil2.java111 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() argument
112 ZipArchiveEntry entry = zipFile.getEntry(filePath); in extractFileFromZip()
117 FileUtil.getExtension(filePath)); in extractFileFromZip()
DZipUtil.java128 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() argument
129 ZipEntry entry = zipFile.getEntry(filePath); in extractFileFromZip()
134 FileUtil.getExtension(filePath)); in extractFileFromZip()
DFileUtil.java1002 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() argument
1003 return ZipUtil.extractFileFromZip(zipFile, filePath); in extractFileFromZip()
1209 public static String getContentType(String filePath) { in getContentType() argument
1210 int index = filePath.lastIndexOf('.'); in getContentType()
1213 ext = filePath.substring(index + 1); in getContentType()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessExceptionParser.java51 String filePath = json.getString(TradefedSandboxRunner.EXCEPTION_KEY); in handleStderrException() local
52 File exception = new File(filePath); in handleStderrException()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/rust/
DRustBinaryHostTest.java85 File filePath = new File(fileName); in findFiles() local
87 if (filePath.isAbsolute()) { in findFiles()
88 res = filePath; // accept absolute file path from unit tests in findFiles()
94 String baseName = filePath.getName(); in findFiles()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxInvocationRunner.java92 String filePath = json.getString(TradefedSandboxRunner.EXCEPTION_KEY); in handleStderrException() local
93 File exception = new File(filePath); in handleStderrException()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DAtestRunnerTest.java147 String filePath = createModuleConfig(tmpDir, "TestModule"); in testLoadTests_WithModuleAndTFConfigSpecified() local
153 setter.setOptionValue("module-config-path", filePath); in testLoadTests_WithModuleAndTFConfigSpecified()
168 String filePath = createModuleConfig(tmpDir, "TestModule"); in testLoadTests_WithModuleConfigSpecified() local
172 setter.setOptionValue("module-config-path", filePath); in testLoadTests_WithModuleConfigSpecified()
/tools/tradefederation/core/src/com/android/tradefed/result/
DFileSystemLogSaver.java308 final String filePath = file.getAbsolutePath(); in getUrl() local
318 if (filePath.startsWith(reportPath)) { in getUrl()
319 String relativePath = filePath.substring(reportPath.length()); in getUrl()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DHostGTest.java254 String filePath = gTestFile.getAbsolutePath(); in run() local
255 runTest(resultParser, filePath, flags); in run()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/mobly/
DMoblyBinaryHostTest.java348 protected String[] buildCommandLineArray(String filePath) { in buildCommandLineArray() argument
350 commandLine.add(filePath); in buildCommandLineArray()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...