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

  /external/bluetooth/glib/gmodule/
gmodule.h 68 gboolean g_module_close (GModule *module);
70 /* make a module resident so g_module_close on it will be ignored */
gmodule.c 500 g_module_close (module);
538 g_module_close (GModule *module) function
  /external/bluetooth/glib/tests/
module-test.c 101 if (!g_module_symbol (module_self, "g_module_close", (gpointer *) &f_self))
195 if (!g_module_close (module_a))
198 if (!g_module_close (module_b))
  /external/bluetooth/glib/gio/
giomodule.c 170 g_module_close (module->library);
188 g_module_close (module->library);
  /external/webkit/WebCore/platform/gtk/
FileSystemGtk.cpp 268 return g_module_close(module);

Completed in 91 milliseconds