• Home
  • Raw
  • Download

Lines Matching refs:hapName

157                 String hapName = temp[temp.length - 1];  in unpackageHapMode()  local
158 … repackHap(utility.getHapPath(), utility.getOutPath(), hapName, utility.getUnpackApk()); in unpackageHapMode() local
205 String hapName = utility.getHapName(); in uncompressHapAndHspFromAppPath() local
206 if (!hapName.toLowerCase(Locale.ENGLISH).endsWith(HAP_SUFFIX) in uncompressHapAndHspFromAppPath()
207 && !hapName.toLowerCase(Locale.ENGLISH).endsWith(HSP_SUFFIX)) { in uncompressHapAndHspFromAppPath()
208 hapName += HAP_SUFFIX; in uncompressHapAndHspFromAppPath()
219 if (!hapName.equals(entry.getName().toLowerCase(Locale.ENGLISH))) { in uncompressHapAndHspFromAppPath()
222 UncompressResult hapInfo = uncompressHapByStream("", stream, hapName); in uncompressHapAndHspFromAppPath()
438 String hapName) throws BundleException { in uncompressHapByStream() argument
440 compressResult = uncompressHapByBigStream(deviceType, stream, hapName); in uncompressHapByStream()
444 …ic UncompressResult uncompressHapByBigStream(String deviceType, InputStream stream, String hapName) in uncompressHapByBigStream() argument
462 … compressResult = uncompressModuleHapByInput(deviceType, parseStream, MODULE_JSON, hapName); in uncompressHapByBigStream()
464 … compressResult = uncompressByInput(deviceType, parseStream, HARMONY_PROFILE, hapName); in uncompressHapByBigStream()
681 String hapName = ""; in dataTransferFilesByApp() local
683 hapName = temp[temp.length - 1]; in dataTransferFilesByApp()
685 repackHap(filePath, destDirPath, hapName, utility.getUnpackApk()); in dataTransferFilesByApp()
783 profileInfo.hapName = hapZipInfo.getHapFileName(); in uncompressProfileInfo()
851 … String fileName, String hapName) throws BundleException { in uncompressByInput() argument
855 hapZipInfo.setHapFileName(hapName); in uncompressByInput()
878 … String fileName, String hapName) throws BundleException { in uncompressModuleByInput() argument
882 hapZipInfo.setHapFileName(hapName); in uncompressModuleByInput()
1178 if (profileInfos.get(j) == null || profileInfos.get(j).hapName.isEmpty()) { in checkParseAllResult()
1322 moduleProfileInfo.hapName = hapZipInfo.getHapFileName(); in uncompressModuleJsonInfo()
1416 … InputStream input, String fileName, String hapName) { in uncompressModuleHapByInput() argument
1420 moduleResult = uncompressModuleByInput(deviceType, input, MODULE_JSON, hapName); in uncompressModuleHapByInput()
1738 … if (profileInfo.hapName.replace(HAP_SUFFIXI, "").equals(packInfo.name.replace(HAP_SUFFIXI, ""))) { in comparePackAndProfile()
1741 … if (profileInfo.hapName.replace(HSP_SUFFIX, "").equals(packInfo.name.replace(HSP_SUFFIX, ""))) { in comparePackAndProfile()