Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/jar/
DJarFile.java79 private boolean hasClassPathAttribute; field in JarFile
535 public boolean hasClassPathAttribute() throws IOException { in hasClassPathAttribute() method in JarFile
537 return hasClassPathAttribute; in hasClassPathAttribute()
577 hasClassPathAttribute = true; in checkForSpecialAttributes()
/libcore/ojluni/annotations/hiddenapi/java/util/jar/
DJarFile.java107 public boolean hasClassPathAttribute() throws java.io.IOException { in hasClassPathAttribute() method in JarFile
145 private boolean hasClassPathAttribute; field in JarFile
/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java1205 if (jar.hasClassPathAttribute()) { // Only get manifest when necessary