Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_boot_info.cc66 int bytes_read = TEMP_FAILURE_RETRY(read(fd, &string_length, sizeof(uint8_t))); in Load() local
111 int bytes_read = TEMP_FAILURE_RETRY(read(fd, &dex_file_index, sizeof(dex_file_index))); in Load() local
Dprofile_compilation_info.cc1257 int bytes_read = TEMP_FAILURE_RETRY(read(fd_, buffer, byte_count));; in Read() local
/art/libartbase/base/
Dzip_archive_test.cc58 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buf, kBufSize)); in TEST_F() local
Dcommon_art_test.cc622 ssize_t bytes_read = 0; in ForkAndExec() local
/art/libartbase/base/unix_file/
Dfd_file.cc79 DWORD bytes_read = 0; in pread() local
424 ssize_t bytes_read = TEMP_FAILURE_RETRY(read_func(fd, ptr, byte_count, offset)); in ReadFullyGeneric() local
/art/runtime/
Dnative_stack_dump.cc193 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local
/art/dex2oat/linker/
Delf_writer_quick.cc308 int64_t bytes_read = elf_file_->Read(buffer.data(), kBufSize, offset); in ComputeFileBuildId() local
/art/tools/signal_dumper/
Dsignal_dumper.cc241 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local