Searched defs:bytes_read (Results 1 – 8 of 8) sorted by relevance
/art/libprofile/profile/ |
D | profile_boot_info.cc | 66 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
|
D | profile_compilation_info.cc | 1431 int bytes_read = TEMP_FAILURE_RETRY(read(fd_, buffer, byte_count));; in Read() local
|
/art/libartbase/base/ |
D | zip_archive_test.cc | 58 ssize_t bytes_read = TEMP_FAILURE_RETRY(read(fd, buf, kBufSize)); in TEST_F() local
|
D | common_art_test.cc | 654 ssize_t bytes_read = 0; in ForkAndExec() local
|
/art/libartbase/base/unix_file/ |
D | fd_file.cc | 79 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/dex2oat/linker/ |
D | elf_writer_quick.cc | 310 int64_t bytes_read = elf_file_->Read(buffer.data(), kBufSize, offset); in ComputeFileBuildId() local
|
/art/runtime/ |
D | native_stack_dump.cc | 193 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local
|
/art/tools/signal_dumper/ |
D | signal_dumper.cc | 241 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local
|