Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_solaris.cpp26 uptr Size = internal_filesize(fd); in ReadProcMaps()
H A Dsanitizer_posix.h48 uptr internal_filesize(fd_t fd); // -1 on error.
H A Dsanitizer_solaris.cpp130 uptr internal_filesize(fd_t fd) { in internal_filesize() function
H A Dsanitizer_netbsd.cpp175 uptr internal_filesize(fd_t fd) { in internal_filesize() function
H A Dsanitizer_posix.cpp198 uptr fsize = internal_filesize(fd); in MapFileToMemory()
H A Dsanitizer_mac.cpp193 uptr internal_filesize(fd_t fd) { in internal_filesize() function
H A Dsanitizer_linux.cpp458 uptr internal_filesize(fd_t fd) { in internal_filesize() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp143 uptr fsize = internal_filesize(fd); in TEST()