Home
last modified time | relevance | path

Searched refs:g_strconcat (Results 1 – 25 of 56) sorted by relevance

123

/external/bluetooth/glib/gmodule/
Dgmodule-win32.c59 message = g_strconcat (detail, error, NULL); in set_error()
251 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, NULL); in _g_module_build_path()
254 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL); in _g_module_build_path()
256 return g_strconcat (directory, G_DIR_SEPARATOR_S, "cyg", module_name, ".dll", NULL); in _g_module_build_path()
259 return g_strconcat (directory, G_DIR_SEPARATOR_S, module_name, ".dll", NULL); in _g_module_build_path()
261 return g_strconcat (directory, G_DIR_SEPARATOR_S, "lib", module_name, ".dll", NULL); in _g_module_build_path()
267 return g_strconcat (module_name, ".dll", NULL); in _g_module_build_path()
269 return g_strconcat ("cyg", module_name, ".dll", NULL); in _g_module_build_path()
272 return g_strconcat (module_name, ".dll", NULL); in _g_module_build_path()
274 return g_strconcat ("lib", module_name, ".dll", NULL); in _g_module_build_path()
Dgmodule-os2.c137 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path()
139 return g_strconcat (directory, "/", module_name, ".dll", NULL); in _g_module_build_path()
143 return g_strconcat (module_name, ".dll", NULL); in _g_module_build_path()
Dgmodule-ar.c116 full_name = g_strconcat (file_name, "(", member, ")", NULL); in _g_module_open()
180 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path()
182 return g_strconcat (directory, "/lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
186 return g_strconcat ("lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
Dgmodule-dld.c156 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path()
158 return g_strconcat (directory, "/lib", module_name, ".sl", NULL); in _g_module_build_path()
162 return g_strconcat ("lib", module_name, ".sl", NULL); in _g_module_build_path()
Dgmodule-dl.c161 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path()
163 return g_strconcat (directory, "/lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
167 return g_strconcat ("lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
Dgmodule-dyld.c146 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path()
148 return g_strconcat (directory, "/lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
153 return g_strconcat ("lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
Dgmodule.c281 lt_libdir = g_strconcat (dir, G_DIR_SEPARATOR_S ".libs", NULL); in parse_libtool_archive()
285 name = g_strconcat (lt_libdir, G_DIR_SEPARATOR_S, lt_dlname, NULL); in parse_libtool_archive()
391 name = g_strconcat (file_name, "." G_MODULE_SUFFIX, NULL); in g_module_open()
401 name = g_strconcat (file_name, ".la", NULL); in g_module_open()
418 name = g_strconcat (file_name, "." G_MODULE_SUFFIX, NULL); in g_module_open()
496 error = g_strconcat ("GModule (", in g_module_open()
628 name = g_strconcat ("_", symbol_name, NULL); in g_module_symbol()
641 error = g_strconcat ("`", symbol_name, "': ", module_error, NULL); in g_module_symbol()
Dgmodule-beos.c196 return g_strconcat (directory, "/", module_name, NULL); in _g_module_build_path()
198 return g_strconcat (directory, "/lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
203 return g_strconcat ("lib", module_name, "." G_MODULE_SUFFIX, NULL); in _g_module_build_path()
/external/bluetooth/glib/tests/
Dunicode-caseconv.c26 filename = g_strconcat (srcdir, G_DIR_SEPARATOR_S, "casemap.txt", NULL); in main()
96 filename = g_strconcat (srcdir, G_DIR_SEPARATOR_S, "casefold.txt", NULL); in main()
Dmodule-test.c88 plugin_a = g_strconcat (dir, G_DIR_SEPARATOR_S "libmoduletestplugin_a", in main()
90 plugin_b = g_strconcat (dir, G_DIR_SEPARATOR_S "libmoduletestplugin_b", in main()
Diochannel-test.c71 filename = g_strconcat (srcdir, G_DIR_SEPARATOR_S, "iochannel-test-infile", NULL); in main()
Dnode-test.c78 string = g_strconcat (*p ? *p : "", c, NULL); in node_build_string()
/external/bluetooth/glib/gobject/
Dglib-genmarshal.c328 gchar *tmp = g_strconcat (marshaller_prefix, "_", signame, NULL); in generate_marshal()
351 tmp = g_strconcat (std_marshaller_prefix, "_", signame, NULL); in generate_marshal()
486 pname = g_strconcat (sig->rarg->keyword, "_", NULL); in process_signature()
487 sname = g_strconcat (sig->rarg->sig_name, "_", NULL); in process_signature()
494 sname = g_strconcat (tmp, "_", iarg->sig_name, NULL); in process_signature()
497 pname = g_strconcat (tmp, "_", iarg->keyword, NULL); in process_signature()
517 tmp = g_strconcat (marshaller_prefix, "_", pname, NULL); in process_signature()
Dgobject-query.c90 new_indent = g_strconcat (indent, O_VLINE, indent_inc, NULL); in show_nodes()
92 new_indent = g_strconcat (indent, O_SPACE, indent_inc, NULL); in show_nodes()
/external/icu4c/samples/layout/
DGnomeGUISupport.cpp28 s = g_strconcat(title, ":\n", message, NULL); in postErrorMessage()
/external/webkit/Source/WebKit/gtk/tests/
Dtestwebview.c142 char* uri = g_strconcat(base_uri, "iframe.html", NULL); in test_webkit_web_view_grab_focus()
197 char* effective_uri = g_strconcat(base_uri, "bigdiv.html", NULL); in do_test_webkit_web_view_adjustments()
198 char* second_uri = g_strconcat(base_uri, "iframe.html", NULL); in do_test_webkit_web_view_adjustments()
/external/bluetooth/glib/tests/gobject/
Doverride.c227 gchar *tmp = g_strconcat (retval , ",TestB::baz", NULL); in test_b_baz()
315 gchar *tmp = g_strconcat (retval , ",TestC::baz", NULL); in test_c_baz()
Daccumulator.c76 result_string = g_strconcat (accu_string, new_string, NULL); in test_signal1_accumulator()
/external/bluetooth/glib/gio/
Dglocalfileinfo.c497 gio_attr = g_strconcat ("xattr::", escaped_attr, NULL); in get_xattrs()
502 gio_attr = g_strconcat ("xattr-sys::", escaped_attr, NULL); in get_xattrs()
533 a = g_strconcat ("user.", unescaped_attribute, NULL); in get_xattrs()
652 gio_attr = g_strconcat ("xattr::", escaped_attr, NULL); in get_xattrs_from_fd()
657 gio_attr = g_strconcat ("xattr-sys::", escaped_attr, NULL); in get_xattrs_from_fd()
686 a = g_strconcat ("user.", unescaped_attribute, NULL); in get_xattrs_from_fd()
753 a = g_strconcat ("user.", attribute, NULL); in set_xattr()
1285 basename = g_strconcat (g_checksum_get_string (checksum), ".png", NULL); in get_thumbnail_attributes()
1537 display_name = g_strconcat (display_name, _(" (invalid encoding)"), NULL); in _g_local_file_info_get()
Dgfilenamecompleter.c220 basename = g_strconcat (basename, "/", NULL); in got_more_files()
492 g_strconcat (initial_text, possible_match + strlen (prefix), NULL)); in g_filename_completer_get_completions()
Dgcontenttype.c229 key = g_strconcat (type+1, "file\\DefaultIcon", NULL); in g_content_type_get_icon()
232 gchar *key2 = g_strconcat (key, "\\DefaultIcon", NULL); in g_content_type_get_icon()
311 key = g_strconcat ("MIME\\DataBase\\Content Type\\", mime_type, NULL); in g_content_type_from_mime_type()
773 legacy_mimetype_icon = g_strconcat ("gnome-mime-", mimetype_icon, NULL); in g_content_type_get_icon()
/external/bluetooth/glib/glib/
Dgtestutils.c814 char *s = g_strconcat (b, bug_uri_snippet, c + 2, NULL); in g_test_bug()
1110 test_run_name = g_strconcat (old_name, "/", tc->name, NULL); in test_case_run()
1170 …test_run_name = suite->name[0] == 0 ? g_strdup (test_run_name) : g_strconcat (old_name, "/", suite… in g_test_run_suite_internal()
1294 s = g_strconcat (domain ? domain : "", domain && domain[0] ? ":" : "", in g_assertion_message()
1311 char *s = g_strconcat ("assertion failed: (", expr, ")", NULL); in g_assertion_message_expr()
1350 a1 = arg1 ? g_strconcat ("\"", t1 = g_strescape (arg1, NULL), "\"", NULL) : g_strdup ("NULL"); in g_assertion_message_cmpstr()
1351 a2 = arg2 ? g_strconcat ("\"", t2 = g_strescape (arg2, NULL), "\"", NULL) : g_strdup ("NULL"); in g_assertion_message_cmpstr()
Dgutils.c522 path = g_strconcat (windir, ";", path, NULL); in inner_find_program_in_path()
530 path = g_strconcat (sysdir, ";", path, NULL); in inner_find_program_in_path()
537 path = g_strconcat (".;", path, NULL); in inner_find_program_in_path()
544 path = g_strconcat (appdir, ";", path, NULL); in inner_find_program_in_path()
1228 string = g_strconcat (variable, "=", value, NULL); in g_setenv()
1263 tem = g_strconcat (variable, "=", value, NULL); in g_setenv()
1351 tem = g_strconcat (variable, "=", NULL); in g_unsetenv()
2982 gchar *val = g_strconcat (language, in _g_compute_locale_variants()
Dgerror.c303 *string = g_strconcat (prefix, oldstring, NULL); in g_error_add_prefix()
/external/bluetooth/glib/gio/tests/
Ddata-output-stream.c60 char *s = g_strconcat (TEST_STRING, endl[newline_type], NULL); in test_read_lines()

123