Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/
DClassLoader.java837 tmp[0] = getBootstrapResources(name); in getResources()
949 return getBootstrapResources(name); in getSystemResources()
964 private static Enumeration<URL> getBootstrapResources(String name) in getBootstrapResources() method in ClassLoader