Home
last modified time | relevance | path

Searched refs:g_dir_open (Results 1 – 25 of 38) sorted by relevance

12

/third_party/glib/glib/tests/
Ddir.c12 dir = g_dir_open (".", 0, &error); in test_dir_read()
38 dir = g_dir_open ("/pfrkstrf", 0, &error); in test_dir_nonexisting()
Dmarkup-parse.c332 dir = g_dir_open (path, 0, &error); in main()
Dautoptr.c89 g_autoptr(GDir) val = g_dir_open (".", 0, NULL); in test_g_dir()
Dbookmarkfile.c704 dir = g_dir_open (path, 0, &error); in main()
/third_party/glib/glib/
Dgdir.c136 g_dir_open (const gchar *path, in g_dir_open() function
319 return g_dir_open (path, flags, error); in g_dir_open_utf8()
Dgdir.h40 GDir * g_dir_open (const gchar *path,
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitutils.c50 dir = g_dir_open (dirname, 0, err); in gst_split_util_find_files()
/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c270 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/
Dgio-querymodules.c59 dir = g_dir_open (dirname, 0, &error); in query_dir()
Dglocalfileenumerator.c217 dir = g_dir_open (filename, 0, error != NULL ? &dir_error : NULL); in _g_local_file_enumerator_new()
Dgiomodule.c475 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()
Dgresource.c263 dir = g_dir_open (candidate, 0, &error); in enumerate_overlay_dir()
/third_party/gstreamer/gstplugins_base/tests/icles/
Dstress-playbin.c65 if ((dir = g_dir_open (arg, 0, NULL))) { in check_arg()
/third_party/gstreamer/gstreamer/tools/
Dgst-typefind.c55 if ((dir = g_dir_open (filename, 0, NULL))) { in typefind_file()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c838 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/
Dgdbus-auth.c263 dir = g_dir_open (temp_dbus_keyrings_dir, 0, &error); in temp_dbus_keyrings_teardown()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dsplitmuxsrc.c55 d = g_dir_open (tmpdir, 0, NULL); in tempdir_cleanup()
78 d = g_dir_open (target, 0, NULL); in count_files()
Dsplitmuxsinktimecode.c61 d = g_dir_open (tmpdir, 0, NULL); in tempdir_cleanup()
84 d = g_dir_open (target, 0, NULL); in count_files()
Dsplitmuxsink.c55 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/
Dsimple-httpd.c35 dir = g_dir_open (path, 0, NULL); in get_directory_listing()
/third_party/gstreamer/gstplugins_base/tools/
Dgst-discoverer.c562 if ((dir = g_dir_open (filename, 0, NULL))) { in process_file()
/third_party/gstreamer/gstplugins_bad/ext/fluidsynth/
Dgstfluiddec.c510 dir = g_dir_open (soundfont_path, 0, &error); in gst_fluid_dec_open()
/third_party/libsoup/tests/
Dcache-test.c695 dir = g_dir_open (cache_dir, 0, NULL); in count_cached_resources_in_dir()
/third_party/gstreamer/gstplugins_bad/gst/frei0r/
Dgstfrei0r.c613 dir = g_dir_open (path, 0, NULL); in register_plugins()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dmklicensestables.c434 dir = g_dir_open (licenses_dir, 0, &err); in read_licenses()

12