Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h442 char *mnt_type; member
H A Dsanitizer_platform_limits_posix.cpp1171 CHECK_SIZE_AND_OFFSET(mntent, mnt_type);
H A Dsanitizer_common_interceptors.inc4550 if (mnt->mnt_type)
4551 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, mnt->mnt_type,
4552 internal_strlen(mnt->mnt_type) + 1);
/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2339 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()
2359 ASSERT_NE(0U, strlen(mnt->mnt_type)); in TEST()