Home
last modified time | relevance | path

Searched defs: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
178 android::base::unique_fd owned_fd_;
179 android::base::Result<borrowed_fd> Transform(const std::filesystem::path&, in Transform()