Searched refs:getLastModified (Results 1 – 4 of 4) sorted by relevance
55 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;117 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const { in getLastModified() function118 return Header.getLastModified(); in getLastModified()
422 auto ModTimeOrErr = C.getLastModified(); in doDisplayTable()468 auto ModTimeOrErr = C.getLastModified(); in doExtract()631 auto ModTimeOrErr = Member.getLastModified(); in computeInsertAction()
56 auto ModTimeOrErr = OldMember.getLastModified(); in getOldMember()
264 ArchiveMemberHeader::getLastModified() const { in getLastModified() function in ArchiveMemberHeader