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

/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java66 private static File systemRootDir; field in class:FileSystemPreferences
162 systemRootDir =
165 if (!systemRootDir.exists()) {
168 systemRootDir =
171 if (!systemRootDir.exists()) {
172 if (systemRootDir.mkdirs()) {
177 chmod(systemRootDir.getCanonicalPath(),
188 isSystemRootWritable = systemRootDir.canWrite();
189 systemLockFile = new File(systemRootDir, ".system.lock");
191 new File (systemRootDir,"
[all...]

Completed in 150 milliseconds