Searched refs:LastCache (Results 1 – 1 of 1) sorted by relevance
73 FileSystemStatCache *LastCache = StatCache.get(); in addStatCache() local74 while (LastCache->getNextStatCache()) in addStatCache()75 LastCache = LastCache->getNextStatCache(); in addStatCache()77 LastCache->setNextStatCache(std::move(statCache)); in addStatCache()