HomeSort by relevance Sort by last modified time
    Searched refs:getLoadPaths (Results 1 - 2 of 2) sorted by null

  /external/jsilver/src/org/clearsilver/
CSUtil.java 39 public static List<String> getLoadPaths(HDF hdf) {
40 return getLoadPaths(hdf, false);
55 public static List<String> getLoadPaths(HDF hdf, boolean allowEmpty) {
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
ResourceLoaderAdaptor.java 82 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() {
214 loadPaths = CSUtil.getLoadPaths(hdf, true);

Completed in 2499 milliseconds