Searched refs:hapFileName (Results 1 – 4 of 4) sorted by relevance
28 private String hapFileName = ""; field in HapZipInfo91 return hapFileName; in getHapFileName()99 public void setHapFileName(String hapFileName) { in setHapFileName() argument100 this.hapFileName = hapFileName; in setHapFileName()
1285 private static String getHapNameWithoutSuffix(String hapFileName) { in getHapNameWithoutSuffix() argument1286 if (hapFileName == null || hapFileName.isEmpty() || hapFileName.lastIndexOf(".") == -1) { in getHapNameWithoutSuffix()1289 return hapFileName.substring(0, hapFileName.lastIndexOf(".")); in getHapNameWithoutSuffix()
889 String hapFileName = absoluteHapFile.getName(); in isVerifyValidInHapAdditionMode() local890 String destPath = utility.getOutPath() + LINUX_FILE_SEPARATOR + hapFileName; in isVerifyValidInHapAdditionMode()
1145 String hapFileName = hapPath.getName(); in hapAddition() local1147 File destFile = new File(utility.getOutPath() + LINUX_FILE_SEPARATOR + hapFileName); in hapAddition()1158 String backName = BACKUP_PREFIX + hapFileName; in hapAddition()