Searched refs:StatCache (Results 1 – 2 of 2) sorted by relevance
58 StatCache = std::move(statCache); in setStatCache()61 void FileManager::clearStatCache() { StatCache.reset(); } in clearStatCache()577 return FileSystemStatCache::get(Path, Status, isFile, F, StatCache.get(), in getStatValue()584 StatCache.get(), *FS, IsText); in getStatValue()
124 std::unique_ptr<FileSystemStatCache> StatCache; variable