Searched refs:InMemoryFileSystem (Results 1 – 1 of 1) sorted by relevance
4450 struct InMemoryFileSystem : FileSystem { struct4452 InMemoryFileSystem(std::map<std::string, std::string> files) : files(std::move(files)) {} in InMemoryFileSystem() argument4503 InMemoryFileSystem files{{ in TEST_F()