HomeSort by relevance Sort by last modified time
    Searched refs:G_MODULE_BIND_LAZY (Results 1 - 5 of 5) 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 46 G_MODULE_BIND_LAZY = 1 << 0,
gmodule.c 347 flags &= ~G_MODULE_BIND_LAZY;
439 handle = _g_module_open (name, (flags & G_MODULE_BIND_LAZY) != 0,
  /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/bluetooth/glib/gio/
giomodule.c 153 module->library = g_module_open (module->filename, G_MODULE_BIND_LAZY | G_MODULE_BIND_LOCAL);

Completed in 222 milliseconds