Searched refs:just_read (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc102 uptr just_read = internal_read(fd, *buff + read_len, PageSize); local
103 if (just_read == 0) {
107 read_len += just_read;
H A Dsanitizer_symbolizer_posix_libcdep.cc166 uptr just_read = internal_read(input_fd_, buffer + read_len, local
170 if (just_read == 0 || just_read == (uptr)-1) {
174 read_len += just_read;

Completed in 89 milliseconds