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

/libcore/ojluni/src/main/java/java/util/prefs/
H A DFileSystemPreferences.java190 systemRootModFile =
191 new File (systemRootDir,".systemRootModFile");
192 if (!systemRootModFile.exists() && isSystemRootWritable)
195 systemRootModFile.createNewFile();
196 int result = chmod(systemRootModFile.getCanonicalPath(),
200 systemRootModFile.getCanonicalPath() +
204 systemRootModTime = systemRootModFile.lastModified();
296 private static File systemRootModFile; field in class:FileSystemPreferences
492 systemRootModFile = new File(lockFile.getParentFile(), lockFile.getName() + ".rootmod");
739 nmt = systemRootModFile
[all...]

Completed in 59 milliseconds