Home
last modified time | relevance | path

Searched refs:MNTOPT_RO (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/ndk_musl_include/
Dmntent.h17 #define MNTOPT_RO "ro" macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dmntent.h16 #define MNTOPT_RO "ro" macro
/third_party/musl/include/
Dmntent.h17 #define MNTOPT_RO "ro" macro
/third_party/musl/porting/uniproton/kernel/include/
Dmntent.h17 #define MNTOPT_RO "ro" macro
/third_party/musl/porting/liteos_m/kernel/include/
Dmntent.h17 #define MNTOPT_RO "ro" macro
/third_party/e2fsprogs/lib/ext2fs/
Dismounted.c184 #ifdef MNTOPT_RO in check_mntent_file()
186 if (hasmntopt(mnt, MNTOPT_RO)) in check_mntent_file()
/third_party/glib/gio/
Dgunixmounts.c162 #define MNTOPT_RO "ro" macro
623 if (hasmntopt (mntent, MNTOPT_RO) != NULL) in _g_get_unix_mounts()
738 if (hasmntopt (&mntent, MNTOPT_RO) != NULL) in _g_get_unix_mounts()
1149 if (hasmntopt (mntent, MNTOPT_RO) != NULL) in _g_get_unix_mount_points()
1223 if (hasmntopt (&mntent, MNTOPT_RO) != NULL) in _g_get_unix_mount_points()
/third_party/f2fs-tools/lib/
Dlibf2fs.c719 #ifdef MNTOPT_RO in is_mounted()
720 if (hasmntopt(mnt, MNTOPT_RO)) in is_mounted()