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

/libcore/luni/src/main/java/java/net/
H A DURLClassLoader.java65 static class IndexFile { class in class:URLClassLoader
71 static IndexFile readIndexFile(JarFile jf, JarEntry indexEntry, URL url) {
110 return new IndexFile(pre_map);
136 public IndexFile(HashMap<String, ArrayList<URL>> map) { method in class:URLClassLoader.IndexFile
242 final IndexFile index;
251 this.index = (je == null ? null : IndexFile.readIndexFile(jf, je, url));
254 public URLJarHandler(URL url, URL jarURL, JarFile jf, String prefixName, IndexFile index) {
262 IndexFile getIndex() {

Completed in 191 milliseconds