HomeSort by relevance Sort by last modified time
    Searched defs:MOUNTED (Results 1 - 2 of 2) sorted by null

  /bionic/libc/include/
mntent.h 36 #define MOUNTED _PATH_MOUNTED
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 2 * ismounted.c --- Check to see if the filesystem was mounted
62 * Check to see if a regular file is mounted.
93 * filesystem is mounted. Returns an error if the file doesn't exist
191 printf("Bogus entry in %s! (%s not mounted on %s)\n",
210 * read/write, since if the root is mounted read/only, the
248 #if defined(MOUNTED) || defined(_PATH_MOUNTED)
249 #ifndef MOUNTED
250 #define MOUNTED _PATH_MOUNTED
251 #endif /* MOUNTED */
252 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen)
    [all...]

Completed in 1980 milliseconds