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

  /external/bluetooth/glib/gio/
glocalfilemonitor.h 31 #define G_LOCAL_FILE_MONITOR(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_LOCAL_FILE_MONITOR, GLocalFileMonitor))
glocalfilemonitor.c 40 G_DEFINE_ABSTRACT_TYPE (GLocalFileMonitor, g_local_file_monitor, G_TYPE_FILE_MONITOR)
82 local_monitor = G_LOCAL_FILE_MONITOR (obj);
103 GLocalFileMonitor *local_monitor = G_LOCAL_FILE_MONITOR (object);
  /external/bluetooth/glib/gio/fen/
gfenfilemonitor.c 61 fen_remove (G_LOCAL_FILE_MONITOR (self)->filename, self->sub, FALSE);
89 filename = G_LOCAL_FILE_MONITOR (obj)->filename;
139 fen_remove (G_LOCAL_FILE_MONITOR (self)->filename, self->sub, FALSE);
  /external/bluetooth/glib/gio/fam/
gfamfilemonitor.c 79 filename = G_LOCAL_FILE_MONITOR (obj)->filename;
  /external/bluetooth/glib/gio/inotify/
ginotifyfilemonitor.c 102 filename = G_LOCAL_FILE_MONITOR (obj)->filename;

Completed in 491 milliseconds