Searched refs:getLastModified (Results 1 – 6 of 6) sorted by relevance
68 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const;230 Expected<sys::TimePoint<std::chrono::seconds>> getLastModified() const { in getLastModified() function231 return Header->getLastModified(); in getLastModified()
533 auto ModTimeOrErr = C.getLastModified(); in doDisplayTable()621 auto ModTimeOrErr = C.getLastModified(); in doExtract()906 auto ModTimeOrErr = Member.getLastModified(); in computeInsertAction()
188 auto ModTimeOrErr = Child.getLastModified(); in getObjectEntry()
95 auto ModTimeOrErr = OldMember.getLastModified(); in getOldMember()
384 AbstractArchiveMemberHeader::getLastModified() const { in getLastModified() function in AbstractArchiveMemberHeader
2193 Expected<TimePoint<std::chrono::seconds>> modTime = c.getLastModified(); in fetch()