Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h27 extern unsigned struct_dirent_sz;
Dsanitizer_platform_limits_posix.cc44 unsigned struct_dirent_sz = sizeof(struct dirent); variable
/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc90 __msan_unpoison(res, __sanitizer::struct_dirent_sz); in INTERCEPTOR()