Lines Matching full:hap
51 private static final String HAP_SUFFIX = ".hap";
63 private static final String HAP_SUFFIXI = ".hap";
78 private static final String HAP_PREFIX = "HAP";
141 * unpack hap.
373 * uncompress hap.
391 * uncompress hap by path, it can adapt stage module and fa module.
394 * @param hapPath indicates the hap path of hap.
414 * uncompress hap.
433 * uncompress hap by InputStream, it can adapt stage module and fa module.
436 * @param stream indicates the input stream of hap.
578 throw new BundleException("Unzip in hap mode failed"); in unzipFromFile()
926 * repack hap
938 … throw new BundleException("Repack hap failed, srcPath, destDirPath or fileName is empty"); in repackHap()
943 throw new BundleException("Repack hap failed, srcPath is invalid"); in repackHap()
948 throw new BundleException("Repack hap failed, destDirPath is invalid"); in repackHap()
1231 * @param hapInfo hap info of entry hap
1314 * @param hapZipInfo hap zip info
1358 * uncompress module hap.
1361 * @param srcPath indicates the path type of hap.
1387 * @param zipFile is the hap file
1409 * uncompress module hap.
1411 * @param deviceType indicates the deviceType of parse hap.
1433 * unzip module hap from zip file.
1481 * Parse the hap type.
1483 * @param hapPath Indicates the hap path.
1484 * @param compressResult Indicates the result of parse hap.
1513 * Parse the hap type.
1515 * @param input Indicates the hap FileInputStream.
1545 * @param stream Indicates the input stream of hap.
1571 * @param srcFile Indicates the path of hap.
1603 LOG.error("Uncompress::getRpcidFromHap hap has no rpcid.sc file"); in getRpcidFromHap()
1604 throw new BundleException("Uncompress::getRpcidFromHap hap has no rpcid.sc file"); in getRpcidFromHap()
1619 * @param srcPath Indicates the path of hap.