Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java61 private Attributes superAttr; field in URLJarFile
151 attr.putAll((Map)superAttr.clone()); in getManifest()
181 superAttr = superMan.getMainAttributes(); in isSuperMan()