Home
last modified time | relevance | path

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

/art/compiler/linker/
Dfile_output_stream.cc28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in art::FileOutputStream
Dvector_output_stream.h34 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function
Dbuffered_output_stream.cc32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in art::BufferedOutputStream
Derror_delaying_output_stream.h37 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function
Doutput_stream_test.cc109 bool WriteFully(const void* buffer ATTRIBUTE_UNUSED, in TEST_F() function
/art/runtime/base/unix_file/
Dfd_file.cc261 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in unix_file::FdFile
/art/compiler/
Delf_builder.h198 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function
Doat_writer.cc71 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function in art::__anonaf23285f0111::ChecksumUpdatingOutputStream