Home
last modified time | relevance | path

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

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DURLClassLoaderTest.java379 URL dirUrl; in testFindResource_H3461() local
385 dirUrl = dir.toURI().toURL(); in testFindResource_H3461()
386 loader = new URLClassLoader(new URL[] { dirUrl }); in testFindResource_H3461()