Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java285 List<HapVerifyInfo> entryHapVerifyInfos = new ArrayList<>(); in checkEntryIsValid() local
446 …te static Map<String, List<HapVerifyInfo>> classifyEntry(List<HapVerifyInfo> entryHapVerifyInfos) { in classifyEntry()