Home
last modified time | relevance | path

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

/external/jsilver/src/org/clearsilver/
DCSUtil.java81 public static File locateFile(List<String> loadpaths, String filename) { in locateFile() argument
85 if (loadpaths == null) { in locateFile()
88 for (String path : loadpaths) { in locateFile()