Home
last modified time | relevance | path

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

/AOO41X/main/qadevOOo/tests/java/complex/unoapi/
H A DCheckModuleAPI.java506 final File[] sourceTree = sourceRoot.listFiles(); in getModulesFromSourceRoot() local
510 for (int i = 0; i < sourceTree.length; i++) in getModulesFromSourceRoot()
512 final File moduleName = sourceTree[i]; in getModulesFromSourceRoot()