Searched refs:TestFileHandle (Results 1 – 1 of 1) sorted by relevance
113 struct TestFileHandle { struct114 virtual ~TestFileHandle() = default;165 TestFileHandle(const std::filesystem::path& rel_path) in TestFileHandle() function174 struct ReadOnlyTestFileHandle : TestFileHandle {175 ReadOnlyTestFileHandle(const std::filesystem::path& rel_path) : TestFileHandle(rel_path) {} in ReadOnlyTestFileHandle()187 struct ReadWriteTestFileHandle : TestFileHandle {188 ReadWriteTestFileHandle(const std::filesystem::path& rel_path) : TestFileHandle(rel_path) {} in ReadWriteTestFileHandle()219 std::unique_ptr<TestFileHandle> dtb;221 std::unique_ptr<TestFileHandle> bootconfig;223 std::unique_ptr<TestFileHandle> none;[all …]