OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:module_self
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/tests/
module-test.c
77
GModule *
module_self
, *module_a, *module_b;
local
97
module_self
= g_module_open (NULL, G_MODULE_BIND_LAZY);
98
if (!
module_self
)
101
if (!g_module_symbol (
module_self
, "g_module_close", (gpointer *) &f_self))
142
if (!g_module_symbol (
module_self
, "g_clash_func", (gpointer *) &f_self))
Completed in 29 milliseconds