HomeSort by relevance Sort by last modified time
    Searched refs:g_module_open (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/Platform/gtk/
ModuleGtk.cpp 38 m_handle = g_module_open(m_path.utf8().data(), G_MODULE_BIND_LAZY);
  /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/Source/WebCore/plugins/gtk/
PluginPackageGtk.cpp 157 m_module = g_module_open(finalPath.get(), 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 92 milliseconds