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 44 uptr internal_filesize(fd_t fd); // -1 on error.
sanitizer_posix.cc 253 uptr fsize = internal_filesize(fd);
sanitizer_mac.cc 137 uptr internal_filesize(fd_t fd) { function in namespace:__sanitizer
sanitizer_linux.cc 291 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 67 milliseconds