Searched refs:ReadFromFile (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_file.h63 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size,
H A Dsanitizer_file.cpp120 if (!ReadFromFile(fd, *buff + *read_len, size - *read_len, &just_read,
156 if (!ReadFromFile(fd, buff->data() + read_len, buff->size() - read_len,
H A Dsanitizer_rtems.cpp210 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, function in namespace:__sanitizer
H A Dsanitizer_win.cpp558 if (!ReadFromFile(fd, &dos_header, sizeof(dos_header), &bytes_read) ||
575 if (!ReadFromFile(fd, &buf[0], sizeof(buf), &bytes_read) ||
708 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, function in namespace:__sanitizer
H A Dsanitizer_posix.cpp172 bool ReadFromFile(fd_t fd, void *buff, uptr buff_size, uptr *bytes_read, function in namespace:__sanitizer
H A Dsanitizer_symbolizer_libcdep.cpp522 bool success = ReadFromFile(input_fd_, buffer + read_len,

Completed in 115 milliseconds