HomeSort by relevance Sort by last modified time
    Searched refs:struct_stat_sz (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/msan/
msan_interceptors.cc 692 __msan_unpoison(buf, __sanitizer::struct_stat_sz);
717 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz);
726 if (!res) __msan_unpoison(buf, __sanitizer::struct_stat_sz);
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 32 extern unsigned struct_stat_sz;
    [all...]
sanitizer_platform_limits_posix.cc 203 unsigned struct_stat_sz = sizeof(struct stat); member in namespace:__sanitizer
    [all...]

Completed in 79 milliseconds