Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java134 this.jarEntry = jarFile.getEntry(getEntryName()); in connect()
191 String cType = guessContentTypeFromName(getEntryName()); in getContentType()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DJarURLConnectionTest.java73 .getEntryName()); in test_getEntryName()
76 assertNull("Returned incorrect entryName", juc.getEntryName()); in test_getEntryName()
79 …Equals("foo.jar!/Bugs/HelloWorld.class", ((JarURLConnection) url.openConnection()).getEntryName()); in test_getEntryName()
/libcore/luni/src/test/java/libcore/java/net/
DOldJarURLConnectionTest.java124 .getEntryName()); in test_getEntryName()
129 assertNull("Returned incorrect entryName", juc.getEntryName()); in test_getEntryName()
133 …rtEquals("foo.jar!/Bugs/HelloWorld.class",((JarURLConnection)url.openConnection()).getEntryName()); in test_getEntryName()
/libcore/ojluni/src/main/java/java/net/
DJarURLConnection.java212 public String getEntryName() { in getEntryName() method in JarURLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarURLConnection.java85 entryName = getEntryName(); in JarURLConnection()
/libcore/ojluni/src/main/java/java/util/zip/
DZipFile.java636 private String getEntryName(int pos) { in getEntryName() method in ZipFile
657 new EntrySpliterator<>(0, res.zsrc.total, this::getEntryName), false); in entryNameStream()
1099 files.add(getEntryName(zsrc.manifestPos)); in getManifestAndSignatureRelatedFiles()
1106 files.add(getEntryName(metanames[i])); in getManifestAndSignatureRelatedFiles()
1140 return getEntryName(pos); in getManifestName()
/libcore/api/
Dcurrent.txt5769 method public String getEntryName();