Home
last modified time | relevance | path

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

/external/bluetooth/glib/gmodule/
Dgmodule-dl.c79 fetch_dlerror (gboolean replace_null) in fetch_dlerror() function
102 g_module_set_error (fetch_dlerror (TRUE)); in _g_module_open()
118 g_module_set_error (fetch_dlerror (TRUE)); in _g_module_self()
135 g_module_set_error (fetch_dlerror (TRUE)); in _g_module_close()
146 fetch_dlerror (FALSE); in _g_module_symbol()
148 msg = fetch_dlerror (FALSE); in _g_module_symbol()
Dgmodule-ar.c37 fetch_dlerror (gboolean replace_null) in fetch_dlerror() function
128 g_module_set_error (fetch_dlerror (TRUE)); in _g_module_open()
140 g_module_set_error (fetch_dlerror (TRUE)); in _g_module_self()
157 g_module_set_error (fetch_dlerror (TRUE)); in _g_module_close()
169 g_module_set_error (fetch_dlerror (FALSE)); in _g_module_symbol()
DChangeLog814 is always != NULL, by using a wrapper function fetch_dlerror(). based