/third_party/glib/glib/tests/ |
D | dir.c | 12 dir = g_dir_open (".", 0, &error); in test_dir_read() 38 dir = g_dir_open ("/pfrkstrf", 0, &error); in test_dir_nonexisting()
|
D | markup-parse.c | 332 dir = g_dir_open (path, 0, &error); in main()
|
D | autoptr.c | 89 g_autoptr(GDir) val = g_dir_open (".", 0, NULL); in test_g_dir()
|
D | bookmarkfile.c | 704 dir = g_dir_open (path, 0, &error); in main()
|
/third_party/glib/glib/ |
D | gdir.c | 136 g_dir_open (const gchar *path, in g_dir_open() function 319 return g_dir_open (path, flags, error); in g_dir_open_utf8()
|
D | gdir.h | 40 GDir * g_dir_open (const gchar *path,
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitutils.c | 50 dir = g_dir_open (dirname, 0, err); in gst_split_util_find_files()
|
/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspa.c | 270 dir = g_dir_open (dir_name, 0, NULL); in ladspa_rdf_directory_search() 301 dir = g_dir_open (dir_name, 0, NULL); in ladspa_plugin_directory_search()
|
/third_party/glib/gio/ |
D | gio-querymodules.c | 59 dir = g_dir_open (dirname, 0, &error); in query_dir()
|
D | glocalfileenumerator.c | 217 dir = g_dir_open (filename, 0, error != NULL ? &dir_error : NULL); in _g_local_file_enumerator_new()
|
D | giomodule.c | 475 dir = g_dir_open (dirname, 0, NULL); in g_io_modules_scan_all_in_directory_with_scope() 648 dir = g_dir_open (dirname, 0, NULL); in g_io_modules_load_all_in_directory_with_scope()
|
D | gresource.c | 263 dir = g_dir_open (candidate, 0, &error); in enumerate_overlay_dir()
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | stress-playbin.c | 65 if ((dir = g_dir_open (arg, 0, NULL))) { in check_arg()
|
/third_party/gstreamer/gstreamer/tools/ |
D | gst-typefind.c | 55 if ((dir = g_dir_open (filename, 0, NULL))) { in typefind_file()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 838 topdir = g_dir_open (path, 0, NULL); in get_matching_filenames() 1130 topdir = g_dir_open (path, 0, NULL); in get_categories() 1196 dir = g_dir_open (subdir, 0, NULL); in sub_get_all_targets() 1232 GDir *dir = g_dir_open (topdir, 0, NULL); in get_all_targets()
|
/third_party/glib/gio/tests/ |
D | gdbus-auth.c | 263 dir = g_dir_open (temp_dbus_keyrings_dir, 0, &error); in temp_dbus_keyrings_teardown()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | splitmuxsrc.c | 55 d = g_dir_open (tmpdir, 0, NULL); in tempdir_cleanup() 78 d = g_dir_open (target, 0, NULL); in count_files()
|
D | splitmuxsinktimecode.c | 61 d = g_dir_open (tmpdir, 0, NULL); in tempdir_cleanup() 84 d = g_dir_open (target, 0, NULL); in count_files()
|
D | splitmuxsink.c | 55 d = g_dir_open (tmpdir, 0, NULL); in tempdir_cleanup() 78 d = g_dir_open (target, 0, NULL); in count_files()
|
/third_party/libsoup/examples/ |
D | simple-httpd.c | 35 dir = g_dir_open (path, 0, NULL); in get_directory_listing()
|
/third_party/gstreamer/gstplugins_base/tools/ |
D | gst-discoverer.c | 562 if ((dir = g_dir_open (filename, 0, NULL))) { in process_file()
|
/third_party/gstreamer/gstplugins_bad/ext/fluidsynth/ |
D | gstfluiddec.c | 510 dir = g_dir_open (soundfont_path, 0, &error); in gst_fluid_dec_open()
|
/third_party/libsoup/tests/ |
D | cache-test.c | 695 dir = g_dir_open (cache_dir, 0, NULL); in count_cached_resources_in_dir()
|
/third_party/gstreamer/gstplugins_bad/gst/frei0r/ |
D | gstfrei0r.c | 613 dir = g_dir_open (path, 0, NULL); in register_plugins()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | mklicensestables.c | 434 dir = g_dir_open (licenses_dir, 0, &err); in read_licenses()
|