Searched refs:per_module_data_dirs (Results 1 – 1 of 1) sorted by relevance
2590 static GHashTable *per_module_data_dirs = NULL; in g_win32_get_system_data_dirs_for_module() local2601 if (per_module_data_dirs == NULL) in g_win32_get_system_data_dirs_for_module()2602 per_module_data_dirs = g_hash_table_new (NULL, NULL); in g_win32_get_system_data_dirs_for_module()2605 retval = g_hash_table_lookup (per_module_data_dirs, hmodule); in g_win32_get_system_data_dirs_for_module()2674 g_hash_table_insert (per_module_data_dirs, hmodule, retval); in g_win32_get_system_data_dirs_for_module()