Searched refs:LastCache (Results 1 – 1 of 1) sorted by relevance
72 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache() local73 while (LastCache->getNextStatCache()) in addStatCache()74 LastCache = LastCache->getNextStatCache(); in addStatCache()76 LastCache->setNextStatCache(std::move(statCache)); in addStatCache()