Searched refs:ReadOnlyTestFileHandle (Results 1 – 1 of 1) sorted by relevance
174 struct ReadOnlyTestFileHandle : TestFileHandle { struct175 ReadOnlyTestFileHandle(const std::filesystem::path& rel_path) : TestFileHandle(rel_path) {} in ReadOnlyTestFileHandle() function233 *handle = std::make_unique<ReadOnlyTestFileHandle>(rel_path); in OpenTestFile()