Searched refs:buckResources (Results 1 – 1 of 1) sorted by relevance
33 final List<FsFile> buckResources = getDirectoriesFromProperty(buckResDirs); in identify() local35 …final FsFile resDir = buckResources.size() == 0 ? null : buckResources.get(buckResources.size() - … in identify()44 for (int i = 0; i < buckResources.size() - 1; i++) { in identify()45 … libraries.add(new ManifestIdentifier((String) null, null, buckResources.get(i), null, null)); in identify()