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

/openjdk7/jdk/src/solaris/classes/java/util/prefs/
H A DFileSystemPreferences.java332 private long lastSyncTime = 0; field in class:FileSystemPreferences
540 * read from the file, lastSyncTime will be updated. If prefsCache was
543 * empty, modifiable Map, and lastSyncTime remain zero.
552 // assert lastSyncTime == 0;
559 * succeeds, lastSyncTime will be updated (the new value will typically
563 * lastSyncTime are unaffected by the call.
594 lastSyncTime = newLastSyncTime;
605 * succeeds, lastSyncTime will be updated (the new value will correspond
609 * and lastSyncTime will be unaffected by this call. This call will
787 if (lastModifiedTime != lastSyncTime) {
[all...]

Completed in 31 milliseconds