Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/ladspa/
Dgstladspa.c359 "%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/
Dgutils.c2507 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()
Dglibconfig.h288 #define G_SEARCHPATH_SEPARATOR_S ":" macro
Dglibconfig.h.in204 #define G_SEARCHPATH_SEPARATOR_S "@g_searchpath_separator@" macro
/third_party/gstreamer/gstplugins_base/gst-libs/gst/tag/
Dtags.c417 csets = g_strsplit (env, G_SEARCHPATH_SEPARATOR_S, -1); in gst_tag_freeform_string_to_utf8()
Did3v2frames.c1040 csets = g_strsplit (env, G_SEARCHPATH_SEPARATOR_S, -1); in string_utf8_dup()
/third_party/glib/glib/tests/
Dspawn-path-search.c390 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/
Dencoding-target.c938 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/
Dgsettingsschema.c366 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()
Dgresource.c351 parts = g_strsplit (envvar, G_SEARCHPATH_SEPARATOR_S, 0); in g_resource_find_overlay()
Dgiomodule.c1249 paths = g_strsplit (module_path, G_SEARCHPATH_SEPARATOR_S, 0); in _g_io_modules_ensure_loaded()
Dgdesktopappinfo.c341 tmp = g_strsplit (value, G_SEARCHPATH_SEPARATOR_S, 0); in get_valid_current_desktops()
/third_party/gstreamer/gstreamer/gst/
Dgstregistry.c1720 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()
Dgstplugin.c317 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()
Dgst.c1023 split_and_iterate (arg, G_SEARCHPATH_SEPARATOR_S, add_path_func, NULL); in parse_one_option()
Dgstpreset.c410 gchar **preset_dirs = g_strsplit (envvar, G_SEARCHPATH_SEPARATOR_S, -1); in preset_get_keyfile()
/third_party/glib/
DNEWS.pre-1-3137 - G_SEARCHPATH_SEPARATOR, G_SEARCHPATH_SEPARATOR_S: platform-dependant
DNEWS7785 661257 giomodules.c uses ":" instead of G_SEARCHPATH_SEPARATOR_S
/third_party/glib/tests/
Dtestglib.c929 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/
Dglib-sections.txt442 G_SEARCHPATH_SEPARATOR_S
/third_party/gstreamer/gstreamer/
DChangeLog76823 search path separator (G_SEARCHPATH_SEPARATOR_S). The source package
/third_party/gstreamer/gstplugins_base/
DChangeLog15985 ... instead of hardcoded ':', since G_SEARCHPATH_SEPARATOR_S