Home
last modified time | relevance | path

Searched defs:packInfoStr (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DUncompressResult.java30 private String packInfoStr = ""; field in UncompressResult
51 void setPackInfoStr(String packInfoStr) { in setPackInfoStr()
DCompressor.java818 String packInfoStr = FileUtils.getJsonInZips(new File(appPath), PACKINFO_NAME); in selectHapInApp() local
964 …private void writePackInfo(String filePath, String packInfoStr) throws BundleException, IOExceptio… in writePackInfo()