Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DUncompressResult.java30 private String packInfoStr = ""; field in UncompressResult
52 void setPackInfoStr(String packInfoStr) { in setPackInfoStr()
DCompressor.java1957 String packInfoStr = FileUtils.getJsonInZips(new File(appPath), PACKINFO_NAME); in selectHapInApp() local
2100 …private void writePackInfo(String filePath, String packInfoStr) throws BundleException, IOExceptio… in writePackInfo()
/developtools/packing_tool/packing_tool/frameworks/src/
Dmultiapp_packager.cpp257 std::string packInfoStr = GetJsonInZips(appPath, Constants::PACK_INFO); in SelectHapInApp() local
321 void MultiAppPackager::WritePackInfo(const std::string &filePath, const std::string &packInfoStr) in WritePackInfo()