Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.h44 uptr internal_filesize(fd_t fd); // -1 on error.
Dsanitizer_posix.cc253 uptr fsize = internal_filesize(fd); in MapFileToMemory()
Dsanitizer_mac.cc137 uptr internal_filesize(fd_t fd) { in internal_filesize() function
Dsanitizer_linux.cc291 uptr internal_filesize(fd_t fd) { in internal_filesize() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.h47 uptr internal_filesize(fd_t fd); // -1 on error.
Dsanitizer_solaris.cpp130 uptr internal_filesize(fd_t fd) { in internal_filesize() function
Dsanitizer_netbsd.cpp169 uptr internal_filesize(fd_t fd) { in internal_filesize() function
Dsanitizer_posix.cpp195 uptr fsize = internal_filesize(fd); in MapFileToMemory()
Dsanitizer_mac.cpp176 uptr internal_filesize(fd_t fd) { in internal_filesize() function
Dsanitizer_linux.cpp373 uptr internal_filesize(fd_t fd) { in internal_filesize() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc111 uptr fsize = internal_filesize(fd); in TEST()
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cpp133 uptr fsize = internal_filesize(fd); in TEST()