Home
last modified time | relevance | path

Searched refs:TestFileHandle (Results 1 – 1 of 1) sorted by relevance

/system/core/fastboot/
Dvendor_boot_img_utils_test.cpp113 struct TestFileHandle { struct
114 virtual ~TestFileHandle() = default;
165 TestFileHandle(const std::filesystem::path& rel_path) in TestFileHandle() function
174 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 …]