Searched defs:Flush (Results 1 - 6 of 6) 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 Dnull_file.cc32 int NullFile::Flush() { function in class:unix_file::NullFile
H A Dstring_file.cc34 int StringFile::Flush() { function in class:unix_file::StringFile
H A Dmapped_file.cc132 int MappedFile::Flush() { function in class:unix_file::MappedFile
133 int rc = IsMapped() ? TEMP_FAILURE_RETRY(msync(mapped_file_, file_size_, 0)) : FdFile::Flush();
H A Dfd_file.cc71 int FdFile::Flush() { function in class:unix_file::FdFile
/art/runtime/hprof/
H A Dhprof.cc189 int rc = Flush();
202 int Flush() { function in class:art::hprof::HprofRecord
438 current_record_.Flush();
448 current_record_.Flush();

Completed in 429 milliseconds