HomeSort by relevance Sort by last modified time
    Searched refs:ReadFully (Results 51 - 69 of 69) sorted by null

1 23

  /bootable/recovery/boot_control/
boot_control.cpp 104 if (!android::base::ReadFully(fd.get(), buffer, sizeof(bootloader_control))) {
  /system/core/base/
file.cpp 144 bool ReadFully(int fd, void* data, size_t byte_count) {
  /system/core/libunwindstack/tests/
UnwindTest.cpp 177 if (memory.ReadFully(addr, &value, sizeof(value)) && value) {
  /system/core/libziparchive/
zip_archive_test.cc 352 ASSERT_TRUE(android::base::ReadFully(tmp_output_file.fd, &file_contents[0], file_contents.size()));
396 ASSERT_TRUE(android::base::ReadFully(tmp_file.fd, read_buffer, data_size));
402 android::base::ReadFully(tmp_file.fd, uncompressed_data.data(), entry.uncompressed_length));
  /system/core/debuggerd/
crash_dump.cpp 183 android::base::ReadFully(amfd, &ack, 1);
  /frameworks/native/cmds/installd/tests/
installd_dexopt_test.cpp 42 using android::base::ReadFully;
    [all...]
  /system/core/debuggerd/libdebuggerd/
tombstone.cpp 237 if (!process_memory->ReadFully(address, &length, sizeof(length))) {
248 if (!process_memory->ReadFully(address + sizeof(length), msg, length)) {
  /system/core/libunwindstack/
DwarfSection.cpp 131 if (!regular_memory->ReadFully(eval_info->cfa + loc->values[0], reg_ptr, sizeof(AddressType))) {
157 if (!regular_memory->ReadFully(value, reg_ptr, sizeof(AddressType))) {
  /bootable/recovery/applypatch/
imgdiff.cpp 369 if (!android::base::ReadFully(patch_fd, patch_data->data(), sz)) {
637 if (!android::base::ReadFully(fd, file_content->data(), sz)) {
    [all...]
  /system/core/fs_mgr/
fs_mgr_verity.cpp 330 if (!android::base::ReadFully(fd, buffer, size)) {
  /system/extras/simpleperf/
read_elf.cpp 79 if (!android::base::ReadFully(fd, buf, 4)) {
  /art/patchoat/
patchoat.cc 293 if (!rel_file->ReadFully(rel.get(), rel_size)) {
326 if (!image_file->ReadFully(image.get(), image_size)) {
    [all...]
  /art/dex2oat/
dex2oat_test.cc 730 const bool success = file->ReadFully(&image_header, sizeof(image_header));
859 bool success = file->ReadFully(&image_header, sizeof(image_header));
    [all...]
  /art/runtime/gc/space/
image_space.cc 234 const bool success = image_file->ReadFully(image_header, sizeof(ImageHeader));
575 bool success = file->ReadFully(image_header, sizeof(*image_header));
    [all...]
  /art/runtime/jit/
profile_compilation_info_test.cc 295 ASSERT_TRUE(profile.GetFile()->ReadFully(data.data(), data.size()));
    [all...]
profile_compilation_info.cc     [all...]
  /system/core/init/
property_service.cpp 749 if (android::base::ReadFully(fd, &hdr, sizeof(hdr))) {
  /frameworks/native/cmds/installd/
dexopt.cpp 57 using android::base::ReadFully;
    [all...]
  /art/dex2oat/linker/
oat_writer.cc 473 if (!file->ReadFully(raw_header, sizeof(DexFile::Header))) {
    [all...]

Completed in 784 milliseconds

1 23