Searched refs:conf_dir_vector (Results 1 – 1 of 1) sorted by relevance
2581 gchar **conf_dir_vector = NULL; in g_build_system_config_dirs() local2586 conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()2593 conf_dir_vector = g_strsplit (special_conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()2596 conf_dir_vector = g_strsplit ("", G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()2604 conf_dir_vector = g_strsplit (conf_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_config_dirs()2607 return g_steal_pointer (&conf_dir_vector); in g_build_system_config_dirs()