Searched defs:modTime (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/web/
H A DDirectoryListing.java66 * @param modTime the time of the last commit that touched {@code child},
72 private void printDateSize(Writer out, File child, Date modTime, argument
75 long lastm = modTime == null ? child.lastModified() : modTime.getTime();

Completed in 18 milliseconds