Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DResourceLoaderAdaptor.java82 for (String path : getLoadPaths()) { in openOrFail()
111 String filePath = loadPathCache.lookup(getLoadPaths(), name); in locateFile()
118 file = locateFile(getLoadPaths(), name); in locateFile()
120 loadPathCache.add(getLoadPaths(), name, file.getAbsolutePath()); in locateFile()
178 return LoadPathToFileCache.makeCacheKey(getLoadPaths(), filename); in getKey()
209 private synchronized List<String> getLoadPaths() { in getLoadPaths() method in ResourceLoaderAdaptor
214 loadPaths = CSUtil.getLoadPaths(hdf, true); in getLoadPaths()
/external/jsilver/src/org/clearsilver/
DCSUtil.java39 public static List<String> getLoadPaths(HDF hdf) { in getLoadPaths() method in CSUtil
40 return getLoadPaths(hdf, false); in getLoadPaths()
55 public static List<String> getLoadPaths(HDF hdf, boolean allowEmpty) { in getLoadPaths() method in CSUtil