Home
last modified time | relevance | path

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

/system/core/fastboot/
Dvendor_boot_img_utils_test.cpp174 struct ReadOnlyTestFileHandle : TestFileHandle { struct
175 ReadOnlyTestFileHandle(const std::filesystem::path& rel_path) : TestFileHandle(rel_path) {} in ReadOnlyTestFileHandle() function
233 *handle = std::make_unique<ReadOnlyTestFileHandle>(rel_path); in OpenTestFile()