Home
last modified time | relevance | path

Searched defs:hspFile (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DPackageNormalize.java89 try (ZipFile hspFile = new ZipFile(hspPath.toFile()); in normalize()
185 …private static void copyHsp(ZipFile hspFile, Path moduleJson, Path packInfo, ZipOutputStream zipOu… in copyHsp()
DPackageUtil.java338 try (ZipFile hspFile = new ZipFile(inputPath.toFile()); in repackHsp()
DCompressor.java1177 File hspFile = new File(hspPathItem.trim()); in compressAppMode() local