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()
528 auto ModTimeOrErr = C.getLastModified(); in doDisplayTable()616 auto ModTimeOrErr = C.getLastModified(); in doExtract()890 auto ModTimeOrErr = Member.getLastModified(); in computeInsertAction()
109 auto exp_mtime = child.getLastModified(); in ParseObjects()
394 AbstractArchiveMemberHeader::getLastModified() const { in getLastModified() function in AbstractArchiveMemberHeader
107 auto ModTimeOrErr = OldMember.getLastModified(); in getOldMember()
2197 Expected<TimePoint<std::chrono::seconds>> modTime = c.getLastModified(); in fetch()