Lines Matching refs:entryName
547 String entryName = "";
555 entryName = entry.getName();
556 if (!entryName.toLowerCase(Locale.ENGLISH).endsWith(suffix) ||
557 (!hapNames.isEmpty() && !hapNames.contains(entryName.replace(suffix, "")))) {
562 tempDir = tempDir + LINUX_FILE_SEPARATOR + entryName.replace(suffix, "");
569 && entryName.contains(LINUX_FILE_SEPARATOR)) {
573 String tempPath = tempDir + LINUX_FILE_SEPARATOR + entryName;
584 repackHap(tempPath, tempDir, entryName, utility.getUnpackApk());
1075 String entryName = (baseDir + srcFile.getName()).replace(File.separator, LINUX_FILE_SEPARATOR);
1076 ZipEntry zipEntry = new ZipEntry(entryName);