Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/io/
DClassPathURLStreamHandler.java128 this.jarEntry = jarFile.getEntry(getEntryName()); in connect()
185 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/ojluni/src/main/java/java/net/
DJarURLConnection.java201 public String getEntryName() { in getEntryName() method in JarURLConnection
/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/sun/net/www/protocol/jar/
DJarURLConnection.java85 entryName = getEntryName(); in JarURLConnection()