Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DPackageNormalize.java91 try (ZipFile hspFile = new ZipFile(hspPath.toFile()); in normalize()
193 …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.java1536 File hspFile = new File(hspPathItem.trim()); in compressAppMode() local
/developtools/packing_tool/packing_tool/frameworks/src/
Dapp_packager.cpp432 fs::path hspFile = hspPathItem; in CompressHapAndHspFiles() local