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

  /external/compiler-rt/lib/asan/
asan_posix.cc 40 if (18 != internal_write(2, "ASAN:DEADLYSIGNAL\n", 18)) Die();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h 34 uptr internal_write(fd_t fd, const void *buf, uptr count);
sanitizer_posix.cc 203 uptr res = internal_write(fd, buff, buff_size);
296 if (length != internal_write(fd, buffer, length)) {
297 internal_write(fd, kWriteError, internal_strlen(kWriteError));
sanitizer_posix_libcdep.cc 205 internal_write(sock_pair[1], reinterpret_cast<void *>(beg), size);
sanitizer_mac.cc 109 uptr internal_write(fd_t fd, const void *buf, uptr count) { function in namespace:__sanitizer
sanitizer_linux.cc 159 uptr internal_write(fd_t fd, const void *buf, uptr count) { function in namespace:__sanitizer
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 228 res = internal_write(fd, "AB", 2);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 168 internal_write(fd, marker.data(), marker.size());

Completed in 1631 milliseconds