OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_filesize
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_libc.h
76
uptr
internal_filesize
(fd_t fd); // -1 on error.
sanitizer_posix.cc
126
uptr fsize =
internal_filesize
(fd);
sanitizer_mac.cc
95
uptr
internal_filesize
(fd_t fd) {
function in namespace:__sanitizer
sanitizer_win.cc
280
uptr
internal_filesize
(fd_t fd) {
function in namespace:__sanitizer
sanitizer_linux.cc
172
uptr
internal_filesize
(fd_t fd) {
function in namespace:__sanitizer
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc
88
uptr fsize =
internal_filesize
(fd);
/external/compiler-rt/lib/tsan/rtl/
tsan_suppressions.cc
50
const uptr fsize =
internal_filesize
(fd);
Completed in 30 milliseconds