Searched refs:StatCache (Results 1 – 2 of 2) sorted by relevance
66 StatCache = std::move(statCache); in setStatCache()69 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()592 StatCache.get(), *FS); in getStatValue()598 StatCache.get(), *FS); in getStatValue()
118 std::unique_ptr<FileSystemStatCache> StatCache; variable