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

  /external/e2fsprogs/misc/
ismounted.c 80 static errcode_t check_mntent_file(const char *mtab_file, const char *file, function
194 retval = check_mntent_file("/proc/mounts", file, &mount_flags);
200 retval = check_mntent_file("/etc/mtab", file, &mount_flags);
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 95 static errcode_t check_mntent_file(const char *mtab_file, const char *file, function
236 retval = check_mntent_file("/tmp/mtab", file, mount_flags,
242 retval = check_mntent_file("/proc/mounts", file, mount_flags,
251 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen);

Completed in 219 milliseconds