Home
last modified time | relevance | path

Searched refs:getProfileJson (Results 1 – 3 of 3) sorted by relevance

/developtools/packing_tool/adapter/ohos/
DFileUtils.java433 static HashMap<String, String> getProfileJson(ZipFile zipFile) throws BundleException { in getProfileJson() method in FileUtils
DUncompress.java1299 getProfileJson(zipFile, hapZipInfo.resourcemMap); in unZipModuleHapFile()
1389 …static void getProfileJson(ZipFile zipFile, HashMap<String, String> resourceMap) throws BundleExce… in getProfileJson() method in Uncompress
DCompressor.java2344 hapVerifyInfo.setResourceMap(FileUtils.getProfileJson(zipFile)); in readStageHapVerifyInfo()