/third_party/gstreamer/gstplugins_bad/ext/ladspa/ |
D | gstladspa.c | 359 "%s" G_SEARCHPATH_SEPARATOR_S GST_LADSPA_DEFAULT_PATH, search_path); in ladspa_plugin_path_search() 369 g_string_append_printf (ladspa_path, G_SEARCHPATH_SEPARATOR_S "%s", in ladspa_plugin_path_search() 380 g_string_append_printf (ladspa_path, G_SEARCHPATH_SEPARATOR_S "%s", in ladspa_plugin_path_search() 402 paths = g_strsplit (ladspa_path->str, G_SEARCHPATH_SEPARATOR_S, 0); in ladspa_plugin_path_search()
|
/third_party/glib/glib/ |
D | gutils.c | 2507 data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_data_dirs() 2512 data_dir_vector = g_strsplit (data_dirs, G_SEARCHPATH_SEPARATOR_S, 0); in g_build_system_data_dirs() 2586 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()
|
D | glibconfig.h | 288 #define G_SEARCHPATH_SEPARATOR_S ":" macro
|
D | glibconfig.h.in | 204 #define G_SEARCHPATH_SEPARATOR_S "@g_searchpath_separator@" macro
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/ |
D | tags.c | 417 csets = g_strsplit (env, G_SEARCHPATH_SEPARATOR_S, -1); in gst_tag_freeform_string_to_utf8()
|
D | id3v2frames.c | 1040 csets = g_strsplit (env, G_SEARCHPATH_SEPARATOR_S, -1); in string_utf8_dup()
|
/third_party/glib/glib/tests/ |
D | spawn-path-search.c | 390 long_path = g_strjoin (G_SEARCHPATH_SEPARATOR_S, subdir, long_dir, NULL); in test_search_path_heap_allocation()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | encoding-target.c | 938 encoding_target_dirs = g_strsplit (envvar, G_SEARCHPATH_SEPARATOR_S, -1); in gst_encoding_target_load() 1302 encoding_target_dirs = g_strsplit (envvar, G_SEARCHPATH_SEPARATOR_S, -1); in gst_encoding_list_all_targets()
|
/third_party/glib/gio/ |
D | gsettingsschema.c | 366 extra_schema_dirs = g_strsplit (path, G_SEARCHPATH_SEPARATOR_S, 0); in initialise_schema_sources() 1455 tmp = g_strsplit (xdg_current_desktop, G_SEARCHPATH_SEPARATOR_S, -1); in g_settings_schema_key_get_per_desktop_default()
|
D | gresource.c | 351 parts = g_strsplit (envvar, G_SEARCHPATH_SEPARATOR_S, 0); in g_resource_find_overlay()
|
D | giomodule.c | 1249 paths = g_strsplit (module_path, G_SEARCHPATH_SEPARATOR_S, 0); in _g_io_modules_ensure_loaded()
|
D | gdesktopappinfo.c | 341 tmp = g_strsplit (value, G_SEARCHPATH_SEPARATOR_S, 0); in get_valid_current_desktops()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstregistry.c | 1720 list = g_strsplit (plugin_path, G_SEARCHPATH_SEPARATOR_S, 0); in scan_and_update_registry() 1771 list = g_strsplit (plugin_path, G_SEARCHPATH_SEPARATOR_S, 0); in scan_and_update_registry()
|
D | gstplugin.c | 317 G_SEARCHPATH_SEPARATOR_S, -1); in _priv_gst_plugin_initialize() 1603 arr = g_strsplit (e, G_SEARCHPATH_SEPARATOR_S, -1); in gst_plugin_ext_dep_extract_env_vars_paths()
|
D | gst.c | 1023 split_and_iterate (arg, G_SEARCHPATH_SEPARATOR_S, add_path_func, NULL); in parse_one_option()
|
D | gstpreset.c | 410 gchar **preset_dirs = g_strsplit (envvar, G_SEARCHPATH_SEPARATOR_S, -1); in preset_get_keyfile()
|
/third_party/glib/ |
D | NEWS.pre-1-3 | 137 - G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S: platform-dependant
|
D | NEWS | 7785 661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
|
/third_party/glib/tests/ |
D | testglib.c | 929 sdatadirs = g_strjoinv (G_SEARCHPATH_SEPARATOR_S, sv); in test_info() 931 sconfdirs = g_strjoinv (G_SEARCHPATH_SEPARATOR_S, sv); in test_info()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 442 G_SEARCHPATH_SEPARATOR_S
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 76823 search path separator (G_SEARCHPATH_SEPARATOR_S). The source package
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 15985 ... instead of hardcoded ':', since G_SEARCHPATH_SEPARATOR_S
|