Searched refs:useCanonPrefixCache (Results 1 – 3 of 3) sorted by relevance
234 static boolean useCanonPrefixCache = false; field in FileSystem249 useCanonPrefixCache = getBooleanProperty("sun.io.useCanonPrefixCache",250 useCanonPrefixCache);
159 if (useCanonPrefixCache) { in canonicalize()181 if (useCanonPrefixCache && in canonicalize()
146 static boolean useCanonPrefixCache = false; field in FileSystem