HomeSort by relevance Sort by last modified time
    Searched full:getmntent_r (Results 1 - 25 of 59) sorted by null

1 2 3

  /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);
  /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);
  /development/ndk/platforms/android-L/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
mntent.h 51 struct mntent* getmntent_r(FILE*, struct mntent*, char*, int);
  /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) {
  /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,
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libc.so.functions.txt 365 getmntent_r
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libc.so.functions.txt 366 getmntent_r
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libc.so.functions.txt 365 getmntent_r
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-9/arch-mips/lib-bootstrap/lib32/
libc.so 
  /development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib/
libc.so 
  /development/ndk/platforms/android-L/arch-mips64/lib-bootstrap/lib32/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/lib/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr2/
libc.so 
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/libr6/
libc.so 

Completed in 685 milliseconds

1 2 3