Home
last modified time | relevance | path

Searched refs:internal_filesize (Results 1 – 5 of 5) 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/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_libc_test.cc111 uptr fsize = internal_filesize(fd); in TEST()