Searched refs:getLastModified (Results 1 – 6 of 6) 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()
533 auto ModTimeOrErr = C.getLastModified(); in doDisplayTable()621 auto ModTimeOrErr = C.getLastModified(); in doExtract()914 auto ModTimeOrErr = Member.getLastModified(); in computeInsertAction()
188 auto ModTimeOrErr = Child.getLastModified(); in getObjectEntry()
95 auto ModTimeOrErr = OldMember.getLastModified(); in getOldMember()
386 AbstractArchiveMemberHeader::getLastModified() const { in getLastModified() function in AbstractArchiveMemberHeader
2144 Expected<TimePoint<std::chrono::seconds>> modTime = c.getLastModified(); in fetch()