Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/hiddenapi/sun/misc/
DURLClassPath.java211 private static class FileLoader extends sun.misc.URLClassPath.Loader { class in URLClassPath
213 FileLoader(java.net.URL url) throws java.io.IOException { in FileLoader() method in URLClassPath.FileLoader
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java579 return new FileLoader(url);
1251 private static class FileLoader extends Loader {
1255 FileLoader(URL url) throws IOException {