Home
last modified time | relevance | path

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

/developtools/packing_tool/adapter/ohos/
DHapVerify.java871 List<HapVerifyInfo> dependencyList = new ArrayList<>(); in checkDependencyIsValid() local
893 List<HapVerifyInfo> dependencyList, int depth) throws BundleException { in dfsTraverseDependency()
976 …private static boolean checkDependencyListCirculate(List<HapVerifyInfo> dependencyList) throws Bun… in checkDependencyListCirculate()