Home
last modified time | relevance | path

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

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