Searched defs:bytes_read (Results 1 – 7 of 7) sorted by relevance
| /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 | 565 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 | 308 int64_t bytes_read = elf_file_->Read(buffer.data(), kBufSize, offset); in ComputeFileBuildId() local
|
| /art/runtime/ |
| D | native_stack_dump.cc | 194 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local
|
| /art/tools/timeout_dumper/ |
| D | timeout_dumper.cc | 244 int bytes_read = TEMP_FAILURE_RETRY(read(in, buffer, kMaxBuffer - 1)); in Drain() local
|
| /art/libprofile/profile/ |
| D | profile_compilation_info.cc | 1338 int bytes_read = TEMP_FAILURE_RETRY(read(fd_, buffer, byte_count));; in Read() local
|