Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
H A DUncompressResult.java30 private String packInfoStr = ""; field in UncompressResult
52 void setPackInfoStr(String packInfoStr) { in setPackInfoStr() argument
H A DCompressor.java1756 private void writePackInfo(String filePath, String packInfoStr) throws BundleException, IOException { in writePackInfo() argument
/developtools/packing_tool/packing_tool/frameworks/src/
H A Dmultiapp_packager.cpp245 std::string packInfoStr = GetJsonInZips(appPath, Constants::PACK_INFO); in SelectHapInApp() local
309 void MultiAppPackager::WritePackInfo(const std::string &filePath, const std::string &packInfoStr) in WritePackInfo() argument
321 fwriter << packInfoStr; in WritePackInfo() local

Completed in 7 milliseconds