Home
last modified time | relevance | path

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

/art/libelffile/stream/
Derror_delaying_output_stream.h34 output_good_(true), in ErrorDelayingOutputStream()
40 if (output_good_) { in WriteFully()
44 output_good_ = false; in WriteFully()
68 if (output_good_) { in Seek()
73 output_good_ = false; in Seek()
84 if (output_good_) { in Flush()
85 output_good_ = output_->Flush(); in Flush()
87 return output_good_; in Flush()
92 return output_good_; in Good()
97 bool output_good_; // True if all writes to output succeeded. variable