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

/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java195 systemRootModFile =
196 new File (systemRootDir,".systemRootModFile");
197 if (!systemRootModFile.exists() && isSystemRootWritable)
200 systemRootModFile.createNewFile();
201 int result = chmod(systemRootModFile.getCanonicalPath(),
205 systemRootModFile.getCanonicalPath() +
209 systemRootModTime = systemRootModFile.lastModified();
301 private static File systemRootModFile; field in class:FileSystemPreferences
740 nmt = systemRootModFile.lastModified();
755 systemRootModFile
[all...]

Completed in 31 milliseconds