Home
last modified time | relevance | path

Searched refs:mntbuf (Results 1 – 2 of 2) sorted by relevance

/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2147 struct mntent mntbuf; in TEST() local
2149 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3613 __sanitizer_mntent *mntbuf, char *buf, int buflen) {
3615 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen);
3616 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen);