Searched refs:getLastModified (Results 1 – 3 of 3) sorted by relevance
41 sys::TimeValue getLastModified() const;76 sys::TimeValue getLastModified() const { in getLastModified() function77 return getHeader()->getLastModified(); in getLastModified()
310 outs() << ' ' << I->getLastModified().str(); in doDisplayTable()342 sys::fs::setLastModificationAndAccessTime(FD, I->getLastModified())); in doExtract()496 if (Status.getLastModificationTime() < I->getLastModified()) { in computeInsertAction()813 printMemberHeader(Out, Name, OldMember->getLastModified(), in performWriteOperation()818 OldMember->getLastModified(), OldMember->getUID(), in performWriteOperation()
57 sys::TimeValue ArchiveMemberHeader::getLastModified() const { in getLastModified() function in ArchiveMemberHeader