Searched defs:ReadFully (Results 1 - 3 of 3) sorted by last modified time

/art/dt_fd_forward/
H A Ddt_fd_forward.cc186 IOResult FdForwardTransport::ReadFully(void* data, size_t ndata) { function in class:dt_fd_forward::FdForwardTransport
450 bool ReadFully() { function in class:dt_fd_forward::PacketReader
519 IOResult res = transport_->ReadFully(out, rem);
533 IOResult res = transport_->ReadFully(&out, sizeof(out));
542 IOResult res = transport_->ReadFully(&out, sizeof(out));
551 IOResult res = transport_->ReadFully(&out, sizeof(out));
566 if (reader.ReadFully()) {
/art/libartbase/base/unix_file/
H A Dfd_file.cc273 bool FdFile::ReadFully(void* buffer, size_t byte_count) { function in class:unix_file::FdFile
346 if (!input_file->ReadFully(buffer.get(), chunk_size) ||
/art/patchoat/
H A Dpatchoat_test.cc233 if (!src_file->ReadFully(&src_header, sizeof(src_header))) {
245 if (!dest_file->ReadFully(&dest_header, sizeof(dest_header))) {
274 bool ReadFully( function in class:art::PatchoatTest
287 if (!file->ReadFully(&(*contents)[0], size)) {
299 if (!ReadFully(filename1, &image1, &read_error_msg)) {
304 if (!ReadFully(filename2, &image2, &read_error_msg)) {

Completed in 72 milliseconds