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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mntent.h 44 #define MNTOPT_RO "ro" /* Read only. */
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 134 #ifdef MNTOPT_RO
136 if (hasmntopt(mnt, MNTOPT_RO))
  /external/bluetooth/glib/gio/
gunixmounts.c 155 #define MNTOPT_RO "ro"
396 if (hasmntopt (mntent, MNTOPT_RO) != NULL)
469 if (hasmntopt (&mntent, MNTOPT_RO) != NULL)
725 if (hasmntopt (mntent, MNTOPT_RO) != NULL)
789 if (hasmntopt (&mntent, MNTOPT_RO) != NULL)
    [all...]

Completed in 53 milliseconds