Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 10 of 10) 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.cc1582 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
Dutils.cc391 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(stat_fd, buf, len)); in GetOsThreadStat() local
Dcommon_art_test.cc527 ssize_t bytes_read = 0; in ForkAndExec() local
/art/dex2oat/linker/
Delf_writer_quick.cc316 int64_t bytes_read = elf_file_->Read(buffer.data(), kBufSize, offset); in ComputeFileBuildId() local
/art/libartbase/base/unix_file/
Dfd_file.cc102 DWORD bytes_read = 0; in pread() local
452 ssize_t bytes_read = TEMP_FAILURE_RETRY(read_func(fd, ptr, byte_count, offset)); in ReadFullyGeneric() local
/art/runtime/
Dnative_stack_dump.cc195 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local
Druntime.cc776 size_t bytes_read = 0; in WaitUntilSingleThreaded() local
/art/tools/signal_dumper/
Dsignal_dumper.cc241 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local