Home
last modified time | relevance | path

Searched refs:getmntent_r (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/components/storage_monitor/
Dmtab_watcher_linux.cc71 while (getmntent_r(fp, &entry, buf, sizeof(buf))) { in ReadMtab()
/external/fio/
Dcgroup.c35 while ((mnt = getmntent_r(f, &dummy, buf, sizeof(buf))) != NULL) { in find_cgroup_mnt()
/external/ltrace/etc/
Dlibc.so.conf545 mntent *getmntent_r(file, +mntent*, string, int);
/external/ltrace/
DNEWS95 a64l, abort, abs, addmntent, getmntent_r, hasmntopt, inet_addr,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3026 INTERCEPTOR(__sanitizer_mntent *, getmntent_r, void *fp,
3029 COMMON_INTERCEPTOR_ENTER(ctx, getmntent_r, fp, mntbuf, buf, buflen);
3030 __sanitizer_mntent *res = REAL(getmntent_r)(fp, mntbuf, buf, buflen);
3034 #define INIT_GETMNTENT_R COMMON_INTERCEPT_FUNCTION(getmntent_r);
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2001 TEST(MemorySanitizer, getmntent_r) { in TEST() argument
2005 struct mntent *mnt = getmntent_r(fp, &mntbuf, buf, sizeof(buf)); in TEST()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2128 fun:getmntent_r=uninstrumented