Home
last modified time | relevance | path

Searched refs:mergePackInfoObj (Results 1 - 1 of 1) sorted by relevance

/developtools/packing_tool/adapter/ohos/
H A DModuleJsonUtil.java373 desPackInfo = mergePackInfoObj(finalPackObj, srcPackObj); in mergeTwoPackInfo()
634 public static String mergePackInfoObj(JSONObject finalPackinfoObj, JSONObject srcPackinfoObj) throws BundleException { in mergePackInfoObj() method in ModuleJsonUtil
636 String errMsg = "ModuleJsonUtil:mergePackInfoObj input an invalid json object."; in mergePackInfoObj()
643 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty summary."; in mergePackInfoObj()
651 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty module."; in mergePackInfoObj()
660 String errMsg = "ModuleJsonUtil:mergePackInfoObj input json file has empty packages."; in mergePackInfoObj()

Completed in 4 milliseconds