Searched refs:useCanonCaches (Results 1 – 3 of 3) sorted by relevance
233 static boolean useCanonCaches = false; field in FileSystem247 useCanonCaches = getBooleanProperty("sun.io.useCanonCaches",248 useCanonCaches);
152 if (!useCanonCaches) { in canonicalize()
144 static boolean useCanonCaches = false; field in FileSystem