HomeSort by relevance Sort by last modified time
    Searched refs:just_read (Results 1 - 2 of 2) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_libcdep.cc 399 uptr just_read = 0; local
401 max_length - read_len - 1, &just_read);
404 if (!success || just_read == 0) {
408 read_len += just_read;
sanitizer_common.cc 141 uptr just_read; local
142 if (!ReadFromFile(fd, *buff + *read_len, PageSize, &just_read, errno_p)) {
146 if (just_read == 0) {
150 *read_len += just_read;

Completed in 502 milliseconds