Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/content/
DContentAnalysisContext.java40 private Set<String> commonLocations = new HashSet<>(); field in ContentAnalysisContext
68 public Set<String> commonLocations() { in commonLocations() method in ContentAnalysisContext
69 return commonLocations; in commonLocations()
91 commonLocations.add(path); in addCommonLocation()
96 commonLocations.addAll(paths); in addCommonLocations()
DTestContentAnalyzer.java321 AllCommonDirs.addAll(context.commonLocations()); in workdirAnalysis()