Lines Matching defs:systemRoot
74 * Flag, indicating whether systemRoot directory is writable
152 static Preferences systemRoot;
155 if (systemRoot == null) {
157 systemRoot = new FileSystemPreferences(false);
159 return systemRoot;
166 System.getProperty("java.util.prefs.systemRoot","/etc/.java");
248 * Unix lock handle for systemRoot.
299 * File, which keeps track of global modifications of systemRoot
303 * Flag, which indicates whether systemRoot was modified by another VM
308 * Keeps track of systemRoot modification time. This time is reset to
310 * systemRoot is modified.
452 * Synchronization necessary because userRoot and systemRoot are
459 systemRt = systemRoot;