Searched refs:internal_filesize (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.h44 uptr internal_filesize(fd_t fd); // -1 on error.
H A Dsanitizer_posix.cc253 uptr fsize = internal_filesize(fd);
H A Dsanitizer_mac.cc137 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer
H A Dsanitizer_linux.cc291 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cc111 uptr fsize = internal_filesize(fd);

Completed in 135 milliseconds