Home
last modified time | relevance | path

Searched refs:internal_filesize (Results 1 – 7 of 7) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_libc.h76 uptr internal_filesize(fd_t fd); // -1 on error.
Dsanitizer_posix.cc126 uptr fsize = internal_filesize(fd); in MapFileToMemory()
Dsanitizer_mac.cc95 uptr internal_filesize(fd_t fd) { in internal_filesize() function
Dsanitizer_win.cc280 uptr internal_filesize(fd_t fd) { in internal_filesize() function
Dsanitizer_linux.cc172 uptr internal_filesize(fd_t fd) { in internal_filesize() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc88 uptr fsize = internal_filesize(fd); in TEST()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_suppressions.cc50 const uptr fsize = internal_filesize(fd); in ReadFile()