Searched refs:SecondsOrErr (Results 1 – 1 of 1) sorted by relevance
395 Expected<uint64_t> SecondsOrErr = getArchiveMemberDecField( in getLastModified() local398 if (!SecondsOrErr) in getLastModified()399 return SecondsOrErr.takeError(); in getLastModified()401 return sys::toTimePoint(*SecondsOrErr); in getLastModified()