Home
last modified time | relevance | path

Searched refs:struct_stat64_sz (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc634 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
650 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
666 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
682 __msan_unpoison(buf, __sanitizer::struct_stat64_sz); in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h25 extern unsigned struct_stat64_sz;
Dsanitizer_platform_limits_posix.cc173 unsigned struct_stat64_sz = sizeof(struct stat64); variable