Home
last modified time | relevance | path

Searched refs:struct_stat_sz (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/msan/
Dmsan_interceptors.cc692 __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
717 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
726 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz); in INTERCEPTOR()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h32 extern unsigned struct_stat_sz;
Dsanitizer_platform_limits_posix.cc203 unsigned struct_stat_sz = sizeof(struct stat); variable
Dsanitizer_common_interceptors.inc5735 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
5751 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);
5783 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, buf, __sanitizer::struct_stat_sz);