HomeSort by relevance Sort by last modified time
    Searched defs:ReadFully (Results 1 - 6 of 6) sorted by null

  /device/generic/goldfish/include/
qemu_pipe.h 33 static bool ReadFully(int fd, void* data, size_t byte_count) {
  /system/core/base/
file.cpp 144 bool ReadFully(int fd, void* data, size_t byte_count) {
  /art/libartbase/base/unix_file/
fd_file.cc 273 bool FdFile::ReadFully(void* buffer, size_t byte_count) {
346 if (!input_file->ReadFully(buffer.get(), chunk_size) ||
  /system/core/libunwindstack/
Memory.cpp 147 bool Memory::ReadFully(uint64_t addr, void* dst, size_t size) {
157 if (!ReadFully(addr, &value, sizeof(value))) {
327 if (!memory_file->ReadFully(0, &start, sizeof(start))) {
  /art/patchoat/
patchoat_test.cc 233 if (!src_file->ReadFully(&src_header, sizeof(src_header))) {
245 if (!dest_file->ReadFully(&dest_header, sizeof(dest_header))) {
274 bool ReadFully(
287 if (!file->ReadFully(&(*contents)[0], size)) {
299 if (!ReadFully(filename1, &image1, &read_error_msg)) {
304 if (!ReadFully(filename2, &image2, &read_error_msg)) {
  /art/dt_fd_forward/
dt_fd_forward.cc 186 IOResult FdForwardTransport::ReadFully(void* data, size_t ndata) {
450 bool ReadFully() {
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()) {

Completed in 112 milliseconds