Searched refs:InMemoryFileSystem (Results 1 – 1 of 1) sorted by relevance
4320 struct InMemoryFileSystem : FileSystem { struct4322 InMemoryFileSystem(std::map<std::string, std::string> files) : files(std::move(files)) {} in InMemoryFileSystem() argument4373 InMemoryFileSystem files{{ in TEST_F()6283 details::PathReplacingFileSystem fs(std::make_unique<InMemoryFileSystem>(files), replacements); in TEST()