Home | History | Annotate | Download | only in gio

Lines Matching refs:dirs

651   const char * const* dirs;
665 dirs = g_get_system_data_dirs ();
667 for (i = 0; dirs[i] != NULL; i++)
669 comment = load_comment_for_mime_helper (dirs[i], basename);
1060 const char * const* dirs;
1070 dirs = g_get_system_data_dirs ();
1072 for (i = 0; dirs[i] != NULL; i++)
1073 enumerate_mimetypes_dir (dirs[i], mimetypes);
1328 const gchar * const * dirs;
1347 dirs = g_get_system_data_dirs ();
1348 for (i = 0; dirs[i]; i++)
1349 read_tree_magic_from_directory (dirs[i]);