Searched defs:Flush (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Dbuffered_output_stream.cc28 Flush();
32 bool success = Flush();
43 bool BufferedOutputStream::Flush() { function in class:art::BufferedOutputStream
53 if (!Flush()) {
/art/runtime/base/unix_file/
H A Dfd_file.cc128 int FdFile::Flush() { function in class:unix_file::FdFile
227 TEMP_FAILURE_RETRY(Flush());
232 int flush_result = TEMP_FAILURE_RETRY(Flush());
248 int flush_result = TEMP_FAILURE_RETRY(Flush());

Completed in 67 milliseconds