Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DMetaIndex.java130 public class MetaIndex { class
132 private static volatile Map<File, MetaIndex> jarMap;
147 public static MetaIndex forJar(File jar) { in forJar()
171 Map<File, MetaIndex> map = getJarMap(); in registerDirectory()
192 new MetaIndex(contents, in registerDirectory()
217 new MetaIndex(contents, isCurJarContainClassOnly)); in registerDirectory()
254 private MetaIndex(List<String> entries, boolean isClassOnlyJar) in MetaIndex() method in MetaIndex
264 private static Map<File, MetaIndex> getJarMap() { in getJarMap()
266 synchronized (MetaIndex.class) { in getJarMap()
268 jarMap = new HashMap<File, MetaIndex>(); in getJarMap()
DJarIndex.java125 public static JarIndex getJarIndex(JarFile jar, MetaIndex metaIndex) throws IOException { in getJarIndex()
DURLClassPath.java596 private MetaIndex metaIndex;
621 metaIndex = MetaIndex.forJar(f);
/libcore/
Dopenjdk_java_files.mk1084 ojluni/src/main/java/sun/misc/MetaIndex.java \