Home
last modified time | relevance | path

Searched refs:checkHapIsValid (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DCompressor.java968 if (!checkHapIsValid(fileList, utility.getSharedApp())) { in compressAppMode()
1037 if (!checkHapIsValid(fileList, false)) { in compressAppModeForMultiProject()
2239 …private boolean checkHapIsValid(List<String> fileLists, boolean isSharedApp) throws BundleExceptio… in checkHapIsValid() method in Compressor
2281 if (!HapVerify.checkHapIsValid(hapVerifyInfos)) { in checkHapIsValid()
DHapVerify.java59 … public static boolean checkHapIsValid(List<HapVerifyInfo> hapVerifyInfos) throws BundleException { in checkHapIsValid() method in HapVerify