Searched refs:getLoadPaths (Results 1 – 2 of 2) sorted by relevance
82 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 ResourceLoaderAdaptor214 loadPaths = CSUtil.getLoadPaths(hdf, true); in getLoadPaths()
39 public static List<String> getLoadPaths(HDF hdf) { in getLoadPaths() method in CSUtil40 return getLoadPaths(hdf, false); in getLoadPaths()55 public static List<String> getLoadPaths(HDF hdf, boolean allowEmpty) { in getLoadPaths() method in CSUtil