Searched defs:getLoadPaths (Results 1 - 2 of 2) sorted by relevance

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

Completed in 110 milliseconds