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

/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java53 private String formatTimestamp(long timestamp) { argument
54 return formatter.format(new Date(timestamp));
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java407 File timestamp = new File(config.getDataRootFile(), "timestamp");
408 if (timestamp.exists()) {
409 if (!timestamp.setLastModified(System.currentTimeMillis())) {
411 + timestamp.getAbsolutePath()
414 } else if (!timestamp.createNewFile()) {
416 + timestamp.getAbsolutePath()
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java1042 File timestamp = new File(getDataRoot(), "timestamp");
1043 indexLastModified = new Date(timestamp.lastModified());

Completed in 14 milliseconds