Searched refs:getLastModified (Results 1 – 5 of 5) sorted by relevance
65 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;227 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const { in getLastModified() function228 return Header->getLastModified(); in getLastModified()
529 auto ModTimeOrErr = C.getLastModified(); in doDisplayTable()617 auto ModTimeOrErr = C.getLastModified(); in doExtract()891 auto ModTimeOrErr = Member.getLastModified(); in computeInsertAction()
394 AbstractArchiveMemberHeader::getLastModified() const { in getLastModified() function in AbstractArchiveMemberHeader
108 auto ModTimeOrErr = OldMember.getLastModified(); in getOldMember()
2203 Expected<TimePoint<std::chrono::seconds>> modTime = c.getLastModified(); in fetch()