Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DJarFileFactory.java77 JarFile local_result; in get() local
84 local_result = URLJarFile.getJarFile(url, this); in get()
88 fileCache.put(URLUtil.urlNoFragString(url), local_result); in get() local
89 urlCache.put(local_result, url); in get()
90 result = local_result; in get()
92 if (local_result != null) { in get()
93 local_result.close(); in get()