Home
last modified time | relevance | path

Searched defs:hapFile (Results 1 – 6 of 6) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DVerifyHap.java244 ZipDataInput hapFile = new RandomAccessFileZipDataInput(fle); in verifyHap() local
292 private HapVerify getHapVerify(ZipDataInput hapFile, ZipFileInfo zipInfo, in getHapVerify()
/developtools/packing_tool/adapter/ohos/
DScanStatSuffix.java285 File hapFile = new File(hapPath); in setMapData() local
342 private long getOldSize(List<String> soList, File hapFile) { in getOldSize()
353 private long getNewSize(List<FileInfo> fileInfoList, File hapFile) { in getNewSize()
DCompressor.java1160 File hapFile = new File(hapPathItem.trim()); in compressAppMode() local
1332 File hapFile = new File(hapPathItem.trim()); in compressAppModeForMultiProject() local
1402 File hapFile = new File(utility.getAbsoluteHapPath()); in copyHapFile() local
1663 File hapFile = new File(hapPath); in readModlueNameFromHap() local
1695 File hapFile = new File(hapPath); in disposeHap() local
DCompressVerify.java981 File hapFile = new File(hapPath); in isVerifyValidInHapAdditionMode() local
DUncompress.java316 String hapFile = fileName; in uncompressHapFromAppStream() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
DHapUtils.java89 public static boolean checkCompressNativeLibs(File hapFile) throws IOException { in checkCompressNativeLibs()