Home
last modified time | relevance | path

Searched refs:hapFileName (Results 1 – 4 of 4) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DHapZipInfo.java28 private String hapFileName = ""; field in HapZipInfo
91 return hapFileName; in getHapFileName()
99 public void setHapFileName(String hapFileName) { in setHapFileName() argument
100 this.hapFileName = hapFileName; in setHapFileName()
DUncompress.java1285 private static String getHapNameWithoutSuffix(String hapFileName) { in getHapNameWithoutSuffix() argument
1286 if (hapFileName == null || hapFileName.isEmpty() || hapFileName.lastIndexOf(".") == -1) { in getHapNameWithoutSuffix()
1289 return hapFileName.substring(0, hapFileName.lastIndexOf(".")); in getHapNameWithoutSuffix()
DCompressVerify.java889 String hapFileName = absoluteHapFile.getName(); in isVerifyValidInHapAdditionMode() local
890 String destPath = utility.getOutPath() + LINUX_FILE_SEPARATOR + hapFileName; in isVerifyValidInHapAdditionMode()
DCompressor.java1145 String hapFileName = hapPath.getName(); in hapAddition() local
1147 File destFile = new File(utility.getOutPath() + LINUX_FILE_SEPARATOR + hapFileName); in hapAddition()
1158 String backName = BACKUP_PREFIX + hapFileName; in hapAddition()