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

/external/e2fsprogs/misc/
H A Dismounted.c79 static errcode_t check_mntent_file(const char *mtab_file, const char *file, function
193 retval = check_mntent_file("/proc/mounts", file, &mount_flags);
199 retval = check_mntent_file("/etc/mtab", file, &mount_flags);
/external/e2fsprogs/lib/ext2fs/
H A Dismounted.c80 static errcode_t check_mntent_file(const char *mtab_file, const char *file, function
220 retval = check_mntent_file("/tmp/mtab", file, mount_flags,
226 retval = check_mntent_file("/proc/mounts", file, mount_flags,
235 retval = check_mntent_file(MOUNTED, file, mount_flags, mtpt, mtlen);

Completed in 139 milliseconds