Home
last modified time | relevance | path

Searched refs:getBundleTypeFromPath (Results 1 - 1 of 1) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DPackageUtil.java102 public static String getBundleTypeFromPath(Path path) { in getBundleTypeFromPath() method in PackageUtil
104 LOG.warning("getBundleTypeFromPath path not exists: " + path); in getBundleTypeFromPath()
699 bundleType = getBundleTypeFromPath(Paths.get(hapPathList.get(0))); in checkBundleTypeConsistency()
701 bundleType = getBundleTypeFromPath(Paths.get(hspPathList.get(0))); in checkBundleTypeConsistency()
707 if (!bundleType.equals(getBundleTypeFromPath(Paths.get(hapPath)))) { in checkBundleTypeConsistency()
713 if (!bundleType.equals(getBundleTypeFromPath(Paths.get(hspPath)))) { in checkBundleTypeConsistency()

Completed in 2 milliseconds