Searched refs:StatCache (Results 1 – 2 of 2) sorted by relevance
60 StatCache = std::move(statCache); in setStatCache()63 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()590 StatCache.get(), *FS); in getStatValue()596 StatCache.get(), *FS); in getStatValue()
124 std::unique_ptr<FileSystemStatCache> StatCache; variable