Home
last modified time | relevance | path

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

/external/bluetooth/glib/gmodule/
Dgmodule.c136 g_module_set_error_unduped (gchar *error) in g_module_set_error_unduped() function
145 g_module_set_error_unduped (g_strdup (error)); in g_module_set_error()
222g_module_set_error_unduped (g_strdup_printf ("failed to open libtool archive \"%s\"", display_libt… in parse_libtool_archive()
248g_module_set_error_unduped (g_strdup_printf ("unable to parse libtool archive \"%s\"", display_lib… in parse_libtool_archive()
445g_module_set_error_unduped (g_strdup_printf ("unable to access file \"%s\"", display_file_name)); in g_module_open()
DChangeLog621 * gmodule.c (g_module_set_error_unduped): Do not g_strdup, as
/external/bluetooth/glib/
DChangeLog.pre-2-02415 * gmodule/gmodule.c: (g_module_set_error_unduped): Remove