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