Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java1019 List<HapVerifyInfo> dependencyList = new ArrayList<>(); in checkDependencyIsValid() local
1040 List<HapVerifyInfo> dependencyList) throws BundleException { in dfsTraverseDependency()
1118 …private static boolean checkDependencyListCirculate(List<HapVerifyInfo> dependencyList) throws Bun… in checkDependencyListCirculate()