Home
last modified time | relevance | path

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

/external/emma/core/java12/com/vladium/util/
DIPathEnumerator.java224 … if (manifest == null) manifest = readManifestViaJarFile (fullArchive); // can be null in enumeratePathArchive()
291 private static Manifest readManifestViaJarFile (final File archive) in readManifestViaJarFile() method in IPathEnumerator.Factory.PathEnumerator