Searched refs:filePath (Results 1 – 13 of 13) sorted by relevance
93 String filePath = getDeviceUpdateImage().getAbsolutePath(); in performDeviceUpdate() local94 CLog.i("Sideloading package from %s onto %s", filePath, device.getSerialNumber()); in performDeviceUpdate()95 device.executeAdbCommand(mSideloadTimeout, SIDELOAD_CMD, filePath); in performDeviceUpdate()
44 def logFileToTradefed(self, name, filePath, fileType): argument52 resp = {_DATA_NAME: name, _DATA_TYPE: fileType, _DATA_FILE: filePath}
111 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() argument112 ZipArchiveEntry entry = zipFile.getEntry(filePath); in extractFileFromZip()117 FileUtil.getExtension(filePath)); in extractFileFromZip()
128 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() argument129 ZipEntry entry = zipFile.getEntry(filePath); in extractFileFromZip()134 FileUtil.getExtension(filePath)); in extractFileFromZip()
1002 public static File extractFileFromZip(ZipFile zipFile, String filePath) throws IOException { in extractFileFromZip() argument1003 return ZipUtil.extractFileFromZip(zipFile, filePath); in extractFileFromZip()1209 public static String getContentType(String filePath) { in getContentType() argument1210 int index = filePath.lastIndexOf('.'); in getContentType()1213 ext = filePath.substring(index + 1); in getContentType()
51 String filePath = json.getString(TradefedSandboxRunner.EXCEPTION_KEY); in handleStderrException() local52 File exception = new File(filePath); in handleStderrException()
85 File filePath = new File(fileName); in findFiles() local87 if (filePath.isAbsolute()) { in findFiles()88 res = filePath; // accept absolute file path from unit tests in findFiles()94 String baseName = filePath.getName(); in findFiles()
92 String filePath = json.getString(TradefedSandboxRunner.EXCEPTION_KEY); in handleStderrException() local93 File exception = new File(filePath); in handleStderrException()
147 String filePath = createModuleConfig(tmpDir, "TestModule"); in testLoadTests_WithModuleAndTFConfigSpecified() local153 setter.setOptionValue("module-config-path", filePath); in testLoadTests_WithModuleAndTFConfigSpecified()168 String filePath = createModuleConfig(tmpDir, "TestModule"); in testLoadTests_WithModuleConfigSpecified() local172 setter.setOptionValue("module-config-path", filePath); in testLoadTests_WithModuleConfigSpecified()
308 final String filePath = file.getAbsolutePath(); in getUrl() local318 if (filePath.startsWith(reportPath)) { in getUrl()319 String relativePath = filePath.substring(reportPath.length()); in getUrl()
254 String filePath = gTestFile.getAbsolutePath(); in run() local255 runTest(resultParser, filePath, flags); in run()
348 protected String[] buildCommandLineArray(String filePath) { in buildCommandLineArray() argument350 commandLine.add(filePath); in buildCommandLineArray()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...