Searched refs:StatCache (Results 1 – 2 of 2) sorted by relevance
68 StatCache = std::move(statCache); in setStatCache()71 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()454 return FileSystemStatCache::get(Path, Data, isFile, F,StatCache.get(), *FS); in getStatValue()460 StatCache.get(), *FS); in getStatValue()
170 std::unique_ptr<FileSystemStatCache> StatCache; variable