Home
last modified time | relevance | path

Searched refs:subdirname (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c835 const gchar *subdirname; in get_matching_filenames() local
848 while ((subdirname = g_dir_read_name (topdir))) { in get_matching_filenames()
849 gchar *ltmp = g_build_filename (path, subdirname, NULL); in get_matching_filenames()
852 gchar *tmp = g_build_filename (path, subdirname, filename, NULL); in get_matching_filenames()
1128 const gchar *subdirname; in get_categories() local
1134 while ((subdirname = g_dir_read_name (topdir))) { in get_categories()
1135 gchar *ltmp = g_build_filename (path, subdirname, NULL); in get_categories()
1138 res = g_list_append (res, (gpointer) g_strdup (subdirname)); in get_categories()
1231 const gchar *subdirname; in get_all_targets() local
1237 while ((subdirname = g_dir_read_name (dir))) { in get_all_targets()
[all …]