Searched refs:wd_dir_hash (Results 1 – 1 of 1) sorted by relevance
/external/bluetooth/glib/gio/inotify/ |
D | inotify-path.c | 76 static GHashTable * wd_dir_hash = NULL; variable 103 wd_dir_hash = g_hash_table_new (g_direct_hash, g_direct_equal); in _ip_startup() 134 dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_map_wd_dir() 136 g_hash_table_replace (wd_dir_hash, GINT_TO_POINTER (dir->wd), dir_list); in ip_map_wd_dir() 194 GList *dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_unmap_wd_dir() 202 g_hash_table_remove (wd_dir_hash, GINT_TO_POINTER (dir->wd)); in ip_unmap_wd_dir() 204 g_hash_table_replace (wd_dir_hash, GINT_TO_POINTER (dir->wd), dir_list); in ip_unmap_wd_dir() 210 GList *dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_unmap_wd() 214 g_hash_table_remove (wd_dir_hash, GINT_TO_POINTER (wd)); in ip_unmap_wd() 392 dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (event->wd)); in ip_event_callback() [all …]
|