Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/io/
DFileSystem.java234 static boolean useCanonPrefixCache = false; field in FileSystem
249 useCanonPrefixCache = getBooleanProperty("sun.io.useCanonPrefixCache",
250 useCanonPrefixCache);
DUnixFileSystem.java159 if (useCanonPrefixCache) { in canonicalize()
181 if (useCanonPrefixCache && in canonicalize()
/libcore/ojluni/annotations/hiddenapi/java/io/
DFileSystem.java146 static boolean useCanonPrefixCache = false; field in FileSystem