Home | History | Annotate | Download | only in gio

Lines Matching defs:monitor_file

1050   const char *monitor_file;
1053 monitor_file = get_mtab_monitor_file ();
1054 if (monitor_file)
1056 if (stat (monitor_file, &buf) == 0)
1065 const char *monitor_file;
1068 monitor_file = get_fstab_file ();
1069 if (monitor_file)
1071 if (stat (monitor_file, &buf) == 0)