Home
last modified time | relevance | path

Searched refs:hmodule (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gtk/
DImageGtk.cpp40 static HMODULE hmodule; variable
46 hmodule = hinstDLL; in DllMain()
58 if (!GetModuleFileName(hmodule, static_cast<CHAR*>(dataDirectory), sizeof(dataDirectory) - 10)) in getWebKitDataDirectory()
/external/bluetooth/glib/glib/
Dgutils.c2541 HMODULE hmodule = NULL; in get_module_for_address() local
2557 address, &hmodule)) in get_module_for_address()
2561 hmodule = (HMODULE) mbi.AllocationBase; in get_module_for_address()
2564 return hmodule; in get_module_for_address()
2570 HMODULE hmodule; in get_module_share_dir() local
2574 hmodule = get_module_for_address (address); in get_module_share_dir()
2575 if (hmodule == NULL) in get_module_share_dir()
2578 filename = g_win32_get_package_installation_directory_of_module (hmodule); in get_module_share_dir()
2589 HMODULE hmodule; in g_win32_get_system_data_dirs_for_module() local
2598 hmodule = get_module_for_address (address_of_function); in g_win32_get_system_data_dirs_for_module()
[all …]
Dgwin32.h100 gchar* g_win32_get_package_installation_directory_of_module (gpointer hmodule);
/external/libxml2/
Dcatalog.c3121 void* hmodule; in xmlInitializeCatalog() local
3122 hmodule = GetModuleHandleA("libxml2.dll"); in xmlInitializeCatalog()
3123 if (hmodule == NULL) in xmlInitializeCatalog()
3124 hmodule = GetModuleHandleA(NULL); in xmlInitializeCatalog()
3125 if (hmodule != NULL) { in xmlInitializeCatalog()
3127 unsigned long len = GetModuleFileNameA(hmodule, buf, 255); in xmlInitializeCatalog()