HomeSort by relevance Sort by last modified time
    Searched refs:mntent (Results 1 - 25 of 45) sorted by null

1 2

  /bionic/libc/include/
mntent.h 49 struct mntent { struct
61 struct mntent* getmntent(FILE* __fp);
62 struct mntent* getmntent_r(FILE* __fp, struct mntent* __entry, char* __buf, int __size) __INTRODUCED_IN(21);
64 char* hasmntopt(const struct mntent* __entry, const char* __option) __INTRODUCED_IN(26);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
mntent.h 54 struct mntent struct
72 extern struct mntent *getmntent (FILE *__stream) __THROW;
76 extern struct mntent *getmntent_r (FILE *__restrict __stream,
77 struct mntent *__restrict __result,
85 __const struct mntent *__restrict __mnt) __THROW;
92 extern char *hasmntopt (__const struct mntent *__mnt,
98 #endif /* mntent.h */
  /bionic/tests/
mntent_test.cpp 19 #include <mntent.h>
21 TEST(mntent, mntent_smoke) {
29 struct mntent entry;
42 TEST(mntent, hasmntopt) {
46 struct mntent ent;
  /bionic/libc/bionic/
mntent.cpp 29 #include <mntent.h>
34 mntent* getmntent(FILE* fp) {
39 mntent* getmntent_r(FILE* fp, struct mntent* e, char* buf, int buf_len) {
77 char* hasmntopt(const struct mntent* mnt, const char* opt) {
  /bionic/libc/private/
bionic_tls.h 33 #include <mntent.h>
92 mntent mntent_buf;
  /external/ltp/lib/
tst_path_has_mnt_flags.c 19 #include <mntent.h>
31 struct mntent *mnt;
  /bootable/recovery/
mounts.cpp 21 #include <mntent.h>
52 mntent* e;
  /external/fio/lib/
mountcheck.c 5 #include <mntent.h>
14 struct mntent *mnt;
  /external/ltp/testcases/open_posix_testsuite/include/
noatime.h 10 #include <mntent.h>
48 struct mntent *mnt;
  /system/core/init/
reboot.cpp 22 #include <mntent.h>
82 // Utility for struct mntent
85 explicit MountEntry(const mntent& entry)
121 static bool IsBlockDevice(const struct mntent& mntent) {
122 return android::base::StartsWith(mntent.mnt_fsname, "/dev/block");
125 static bool IsEmulatedDevice(const struct mntent& mntent) {
126 return android::base::StartsWith(mntent.mnt_fsname, "/data/");
220 mntent* mentry
    [all...]
  /system/core/adb/
remount_service.cpp 23 #include <mntent.h>
46 mntent* e;
  /system/vold/
FileDeviceUtils.cpp 27 #include <mntent.h>
52 struct mntent *mnt; // getmntent returns a thread local, so it's safe.
secdiscard.cpp 29 #include <mntent.h>
  /external/fio/
cgroup.c 6 #include <mntent.h>
25 struct mntent *mnt, dummy;
  /external/toybox/lib/
getmountlist.c 7 #include <mntent.h>
162 struct mntent *me;
  /system/extras/pagecache/
dumpcache.c 12 #include <mntent.h>
143 struct mntent* mentry;
  /libcore/ojluni/src/main/native/
LinuxNativeDispatcher.c 35 #include <mntent.h>
175 struct mntent ent;
178 struct mntent* m;
  /external/toybox/toys/pending/
fsck.c 29 #include <mntent.h>
87 static struct f_sys_info* create_db(struct mntent *f_info)
176 if (hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1;
178 if (!hasmntopt((const struct mntent *)finfo, TT.arr_type[i])) return 1;
364 struct mntent mt;
  /external/e2fsprogs/misc/
ismounted.c 28 #include <mntent.h>
  /external/ltp/testcases/kernel/syscalls/open/
open12.c 29 #include <mntent.h>
  /external/ltp/testcases/kernel/syscalls/openat/
openat02.c 47 #include <mntent.h>
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 66 #include <mntent.h>
1118 CHECK_TYPE_SIZE(mntent); variable
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 40 #include <mntent.h>
98 struct mntent *mnt;
  /external/python/cpython2/Modules/_ctypes/libffi/src/
closures.c 116 #include <mntent.h>
338 struct mntent mnt;
  /external/python/cpython3/Modules/_ctypes/libffi/src/
closures.c 116 #include <mntent.h>
338 struct mntent mnt;

Completed in 1124 milliseconds

1 2