Home
last modified time | relevance | path

Searched refs:mountinfo_path (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gio/
Dgunixmounts.c656 static const char *mountinfo_path = NULL; in get_mtab_monitor_file() local
661 if (mountinfo_path != NULL) in get_mtab_monitor_file()
662 return mountinfo_path; in get_mtab_monitor_file()
669 if (mnt_has_regular_mtab (&mountinfo_path, NULL)) in get_mtab_monitor_file()
671 return mountinfo_path; in get_mtab_monitor_file()
676 mountinfo_path = PROC_MOUNTINFO_PATH; in get_mtab_monitor_file()
677 return mountinfo_path; in get_mtab_monitor_file()
683 mountinfo_path = "/proc/mounts"; in get_mtab_monitor_file()
685 mountinfo_path = _PATH_MOUNTED; in get_mtab_monitor_file()
688 mountinfo_path = "/etc/mtab"; in get_mtab_monitor_file()
[all …]