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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_linux.cc 66 COMPILER_CHECK(struct___old_kernel_stat_sz == sizeof(struct __old_kernel_stat));
sanitizer_platform_limits_posix.h 98 const unsigned struct___old_kernel_stat_sz = 0; member in namespace:__sanitizer
100 const unsigned struct___old_kernel_stat_sz = 32; member in namespace:__sanitizer
    [all...]
sanitizer_common_syscalls.inc 830 if (statbuf) POST_WRITE(statbuf, struct___old_kernel_stat_sz);
882 if (statbuf) POST_WRITE(statbuf, struct___old_kernel_stat_sz);
890 if (statbuf) POST_WRITE(statbuf, struct___old_kernel_stat_sz);
    [all...]

Completed in 639 milliseconds