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

  /external/bluetooth/glib/gio/
gfile.h 134 * @monitor_file: Creates a #GFileMonitor for the location.
430 GFileMonitor * (* monitor_file) (GFile *file, member in struct:_GFileIface
    [all...]
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...]

Completed in 32 milliseconds