HomeSort by relevance Sort by last modified time
    Searched full:glib_dll (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/glib/tests/
testglib.c 742 gchar *glib_dll; local
753 glib_dll = "libglib-2.0-0.dll";
756 glib_dll = "cygglib-2.0-0.dll";
760 g_print ("GLib DLL name tested for: %s\n", glib_dll);
766 g_win32_get_package_installation_directory (GETTEXT_PACKAGE, glib_dll));
768 g_win32_get_package_installation_directory (NULL, glib_dll));
770 g_win32_get_package_installation_subdirectory (NULL, glib_dll, "lib\\locale"));
    [all...]
  /external/bluetooth/glib/glib/
gutils.c 133 static HMODULE glib_dll = NULL; variable
143 glib_dll = hinstDLL;
158 if (glib_dll == NULL)
168 * In a statically built GLib, glib_dll will be NULL and we will
171 if (!GetModuleFileNameW (glib_dll, wc_fn, MAX_PATH))
    [all...]

Completed in 182 milliseconds