Home | History | Annotate | Download | only in Support

Lines Matching refs:modTime

44     TimeValue   modTime;    ///< Time of file's modification
52 FileStatus() : fileSize(0), modTime(0,0), mode(0777), user(999),
55 TimeValue getTimestamp() const { return modTime; }