• Home
  • Raw
  • Download

Lines Matching full:hap

58     private static final String HAP_SUFFIX = ".hap";
245 * for hap: 1.config.json 2.lib 3.res 4.assets 5.*.so 6.*.dex 7.*.apk 8.resources.index
246 * for app: 1.certificate 2.signature 3.pack.info 4.hap (1 and 2 may not be used)
361 LOG.warning("Compress mode is hap, but module type is shared."); in compressHap()
365 LOG.warning("Compress mode is hap, but app type is shared."); in compressHap()
531 * get SHA256 of hap or hsp
533 * @param filePath the path of hap or hsp.
681 * compress in hap mode.
750 * compress in hap mode for module.json.
835 * compress in hap mode multiple path.
946 LOG.error("Compressor::compressAppMode compress pack.info into hap failed."); in compressAppMode()
947 … throw new BundleException("Compressor::compressAppMode compress pack.info into hap failed."); in compressAppMode()
967 // check hap is valid in compressAppMode()
1019 // save hap name into list in compressAppModeForMultiProject()
1022 // pack hap and dispose conflict in compressAppModeForMultiProject()
1036 // check hap is valid in compressAppModeForMultiProject()
1058 * pack hap in app to selectedHaps
1074 // select hap in app in disposeApp()
1086 * select hap from app file list
1095 // classify hap in app in selectHapInApp()
1108 // read selected module in temp hap in selectHapInApp()
1117 * copy hap from app file
1139 // copy duplicated hap to duplicated dir and get moduleName of duplicated hap in copyHapAndHspFromApp()
1172 * read moduleName in hap
1174 * @param hapPath is path of hap file
1191 * dispose input of hap
1201 // dispose hap conflict in disposeHap()
1213 // copy hap to tempDir in disposeHap()
1218 String errMsg = "Compressor::disposeHap failed, hap has no pack.info."; in disposeHap()
1344 … LOG.error("Compressor::compressPackResMode the hap file path is invalid, length: " in compressPackResMode()
1864 * check hap type for pack app.
2232 * check hap and hsp is valid in haps when pack app, check type has bundleName,
2243 LOG.error("Compressor::checkHapIsValid input wrong hap file."); in checkHapIsValid()
2244 throw new BundleException("Compressor::checkHapIsValid input wrong hap file."); in checkHapIsValid()
2254 LOG.error("Compressor::checkHapIsValid input wrong hap file."); in checkHapIsValid()
2255 throw new BundleException("Compressor::checkHapIsValid input wrong hap file."); in checkHapIsValid()
2288 * parse stage file to hap verify info from hap path.
2290 * @param filePath is the hap path
2318 * parse fa file to hap verify info from hap path.
2320 * @param filePath is the hap path
2332 * read stage hap verify info from hap file.
2356 * read fa hap verify info from hap file.