HomeSort by relevance Sort by last modified time
    Searched refs:internal_filesize (Results 1 - 5 of 5) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.h 43 uptr internal_filesize(fd_t fd); // -1 on error.
sanitizer_posix.cc 219 uptr fsize = internal_filesize(fd);
sanitizer_mac.cc 125 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer
sanitizer_linux.cc 264 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer
    [all...]
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 111 uptr fsize = internal_filesize(fd);

Completed in 1004 milliseconds