Searched defs:check_mntent_file (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A Dismounted.c80 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/
H A Dismounted.c92 static errcode_t check_mntent_file(const char *mtab_file, const char *file, function
233 retval = check_mntent_file("/tmp/mtab", file, mount_flags,
239 retval = check_mntent_file("/proc/mounts", file, mount_flags,
248 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen);

Completed in 119 milliseconds