Searched refs:StatCache (Results 1 – 2 of 2) sorted by relevance
65 StatCache = std::move(statCache); in setStatCache()68 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()561 StatCache.get(), *FS); in getStatValue()567 StatCache.get(), *FS); in getStatValue()
116 std::unique_ptr<FileSystemStatCache> StatCache; variable