Home
last modified time | relevance | path

Searched defs:CheckingOutputStream (Results 1 – 1 of 1) sorted by relevance

/art/compiler/linker/
Doutput_stream_test.cc104 struct CheckingOutputStream : OutputStream { in TEST_F() struct
105 CheckingOutputStream() in TEST_F() argument
108 ~CheckingOutputStream() override {} in TEST_F()
110 bool WriteFully([[maybe_unused]] const void* buffer, in TEST_F()
116 off_t Seek([[maybe_unused]] off_t offset, [[maybe_unused]] Whence whence) override { in TEST_F()
121 bool Flush() override { in TEST_F()
126 bool flush_called; in TEST_F()