Searched refs:GetModuleFileNameA (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-wince-glue.h230 #define GetModuleFileNameA _dbus_wince_GetModuleFileNameA macro
231 DWORD GetModuleFileNameA(HINSTANCE,LPSTR,DWORD);
H A Ddbus-sysdeps-wince-glue.c1029 GetModuleFileNameA (HINSTANCE hModule, LPSTR lpFilename, DWORD nSize) function
H A Ddbus-sysdeps-win.c2874 rc = GetModuleFileNameA(hmod, dbus_module_path, sizeof(dbus_module_path));
3167 pathLength = GetModuleFileNameA(_dbus_win_get_dll_hmodule(), prefix, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfipstest.cpp292 GetModuleFileNameA(s_hModule, moduleFilenameBuf, MAX_PATH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dloadlib.c172 DWORD n = GetModuleFileNameA(NULL, buff, nsize);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dcatalog.c83 #define GetModuleFileNameA GetModuleFileName macro
86 unsigned long __stdcall GetModuleFileNameA(void*, char*, unsigned long);
3130 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dcatalog.c83 #define GetModuleFileNameA GetModuleFileName macro
86 unsigned long __stdcall GetModuleFileNameA(void*, char*, unsigned long);
3130 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dcatalog.c75 unsigned long __stdcall GetModuleFileNameA(void*, char*, unsigned long);
3105 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dcatalog.c75 unsigned long __stdcall GetModuleFileNameA(void*, char*, unsigned long);
3105 unsigned long len = GetModuleFileNameA(hmodule, buf, 255);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c383 len = GetModuleFileNameA(GetModuleHandle(NULL), buf, sizeof(buf) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils.c1918 if (GetModuleFileNameA(GetModuleHandleA(NULL), datadir, sizeof(datadir) - 1))

Completed in 164 milliseconds