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

  /external/bluetooth/glib/gio/
gunixmounts.c 1050 const char *monitor_file; local
1053 monitor_file = get_mtab_monitor_file ();
1054 if (monitor_file)
1056 if (stat (monitor_file, &buf) == 0)
1065 const char *monitor_file; local
1068 monitor_file = get_fstab_file ();
1069 if (monitor_file)
1071 if (stat (monitor_file, &buf) == 0)
    [all...]
gfile.h 134 * @monitor_file: Creates a #GFileMonitor for the location.
430 GFileMonitor * (* monitor_file) (GFile *file, member in struct:_GFileIface
    [all...]
glocalfile.c     [all...]
gfile.c     [all...]

Completed in 131 milliseconds