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

  /bionic/libc/bionic/
mntent.cpp 35 mntent* getmntent_r(FILE*, struct mntent*, char*, int) { function
  /bionic/libc/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /bionic/tests/
mntent_test.cpp 25 #if __BIONIC__ // glibc doesn't let you call getmntent/getmntent_r with a NULL FILE*.
30 ASSERT_TRUE(getmntent_r(fp, &mbuf, cbuf, sizeof(cbuf)) == NULL);
  /development/ndk/platforms/android-L/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
mntent.h 76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
mntent.h 76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
  /external/chromium_org/components/storage_monitor/
mtab_watcher_linux.cc 71 while (getmntent_r(fp, &entry, buf, sizeof(buf))) {
  /external/fio/
cgroup.c 35 while ((mnt = getmntent_r(f, &dummy, buf, sizeof(buf))) != NULL) {
  /external/ltrace/etc/
libc.so.conf 545 mntent *getmntent_r(file, +mntent*, string, int);
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 381 milliseconds