Searched defs:WriteFully (Results 1 – 8 of 8) sorted by relevance
28 bool FileOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in art::FileOutputStream
34 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function
32 bool BufferedOutputStream::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in art::BufferedOutputStream
37 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function
109 bool WriteFully(const void* buffer ATTRIBUTE_UNUSED, in TEST_F() function
261 bool FdFile::WriteFully(const void* buffer, size_t byte_count) { in WriteFully() function in unix_file::FdFile
198 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function
71 bool WriteFully(const void* buffer, size_t byte_count) OVERRIDE { in WriteFully() function in art::__anonaf23285f0111::ChecksumUpdatingOutputStream