Lines Matching refs:separator
591 String tempDir = TEMP_DIR + File.separator + UUID.randomUUID();
592 mkdir(new File(oldFileParent + File.separator + tempDir));
599 String tempPath = oldFileParent + File.separator + tempDir + File.separator + fileName;
981 String baseDir = new File(utility.getFormatedDirList().get(i)).getName() + File.separator;
1071 String baseDir = new File(utility.getFormatedDirList().get(i)).getName() + File.separator;
1169 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR;
1170 String hspTempDirPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HSP_DIR;
1189 String hapTempPath = tempDir + File.separator + hapFile.getName();
1206 String hspTempPath = hspTempDir + File.separator + hspFile.getName();
1344 String tempPath = appOutputFile.getParentFile().getParent() + File.separator + TEMP_HAP_DIR;
1345 String tempSelectedHapPath = appOutputFile.getParentFile().getParent() +File.separator + TEMP_SELECTED_HAP_DIR;
1359 String finalPackInfoPath = tempSelectedHapDir.getPath() + File.separator + PACKINFO_NAME;
1363 String hapPathItem = tempSelectedHapDir.getPath() + File.separator + selectedHapName;
1365 String hapTempPath = tempHapDir.getPath() + File.separator + hapFile.getName();
1628 packagePair.put(hapName, readModlueNameFromHap(tempDir + File.separator + hapName));
1663 file = new File(tempDir + File.separator + zipEntry.getName());
1732 FileUtils.copyFile(hapFile, new File((tempDir +File.separator + hapFile.getName())));
2230 addArchiveEntry(f, baseDir + file.getName() + File.separator, zipCreator);
2233 String entryName = (baseDir + file.getName()).replace(File.separator, LINUX_FILE_SEPARATOR);
2303 compressDirectory(utility, file, baseDir + dir.getName() + File.separator, isCompression);
2305 compressFile(utility, file, baseDir + dir.getName() + File.separator, isCompression);
2429 String entryName = (baseDir + srcFile.getName()).replace(File.separator, LINUX_FILE_SEPARATOR);
3141 String baseDir = new File(utility.getFormatedDirList().get(i)).getName() + File.separator;