Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/misc/
DURLClassPath.java343 private static volatile boolean lookupCacheEnabled
360 lookupCacheEnabled = false;
387 if (lookupCacheURLs != null && lookupCacheEnabled) {
415 if (lookupCacheURLs == null || !lookupCacheEnabled) {
440 if (!lookupCacheEnabled) {
461 if (lookupCacheURLs != null && lookupCacheEnabled) {
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DURLClassPath.java200 private static volatile boolean lookupCacheEnabled = false; field in URLClassPath