Searched refs:systemRootDir (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java71 private static File systemRootDir; field in class:FileSystemPreferences
167 systemRootDir =
170 if (!systemRootDir.exists()) {
173 systemRootDir =
176 if (!systemRootDir.exists()) {
177 if (systemRootDir.mkdirs()) {
182 chmod(systemRootDir.getCanonicalPath(),
193 isSystemRootWritable = systemRootDir.canWrite();
194 systemLockFile = new File(systemRootDir, ".system.lock");
196 new File (systemRootDir,"
[all...]

Completed in 133 milliseconds