OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_module_open
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/glib/gmodule/
gmodule.h
56
#define
g_module_open
g_module_open_utf8
macro
64
GModule*
g_module_open
(const gchar *file_name,
gmodule.c
332
g_module_open
(const gchar *file_name,
function
521
#undef
g_module_open
macro
524
g_module_open
(const gchar *file_name,
function
/external/bluetooth/glib/tests/
module-test.c
97
module_self =
g_module_open
(NULL, G_MODULE_BIND_LAZY);
104
module_a =
g_module_open
(plugin_a, G_MODULE_BIND_LAZY);
108
module_b =
g_module_open
(plugin_b, G_MODULE_BIND_LAZY);
/external/webkit/WebCore/plugins/gtk/
PluginPackageGtk.cpp
108
m_module =
g_module_open
((m_path.utf8()).data(), G_MODULE_BIND_LOCAL);
/external/bluetooth/glib/gio/
giomodule.c
153
module->library =
g_module_open
(module->filename, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);
Completed in 351 milliseconds