Searched refs:resourcePaths (Results 1 – 2 of 2) sorted by relevance
36 public PackageResourceTable newResourceTable(String packageName, ResourcePath... resourcePaths) { in newResourceTable() argument43 for (ResourcePath resourcePath : resourcePaths) { in newResourceTable()49 for (ResourcePath resourcePath : resourcePaths) { in newResourceTable()
634 …Collection<ResourcePath> resourcePaths = new LinkedHashSet<>(); // Needs stable ordering and no du… in getIncludedResourcePaths() local635 resourcePaths.add(getResourcePath()); in getIncludedResourcePaths()637 resourcePaths.addAll(libraryManifest.getIncludedResourcePaths()); in getIncludedResourcePaths()639 return new ArrayList<>(resourcePaths); in getIncludedResourcePaths()