Home
last modified time | relevance | path

Searched refs:dllPath (Results 1 – 25 of 168) sorted by relevance

1234567

/dports/lang/seed7/seed7/src/
H A Ddll_win.c56 char *dllPath; in dllOpen() local
65 if (unlikely(!ALLOC_CSTRI(dllPath, nameLength))) { in dllOpen()
70 dllPath[pos] = '\\'; in dllOpen()
72 dllPath[pos] = dllName[pos]; in dllOpen()
75 dllPath[nameLength] = '\0'; in dllOpen()
76 aDll = (void *) LoadLibrary(dllPath); in dllOpen()
77 UNALLOC_CSTRI(dllPath, nameLength); in dllOpen()
/dports/www/firefox-esr/firefox-91.8.0/mozglue/tests/gtest/
H A DTestDLLBlocklist.cpp43 nsString dllPath = GetFullPath(kLeafName); in TEST() local
45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
50 hDll.own(::LoadLibraryExW(dllPath.get(), nullptr, LOAD_LIBRARY_AS_DATAFILE)); in TEST()
58 nsString dllPath = GetFullPath(kLeafName); in TEST() local
60 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
66 ::LoadLibraryExW(dllPath.get(), nullptr, LOAD_LIBRARY_AS_IMAGE_RESOURCE)); in TEST()
74 nsString dllPath = GetFullPath(kLeafName); in TEST() local
76 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
89 nsString dllPath = GetFullPath(kLeafName); in TEST() local
91 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
/dports/www/firefox/firefox-99.0/toolkit/xre/dllservices/tests/gtest/
H A DTestDLLBlocklist.cpp43 nsString dllPath = GetFullPath(kLeafName); in TEST() local
45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
50 hDll.own(::LoadLibraryExW(dllPath.get(), nullptr, LOAD_LIBRARY_AS_DATAFILE)); in TEST()
58 nsString dllPath = GetFullPath(kLeafName); in TEST() local
60 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
66 ::LoadLibraryExW(dllPath.get(), nullptr, LOAD_LIBRARY_AS_IMAGE_RESOURCE)); in TEST()
74 nsString dllPath = GetFullPath(kLeafName); in TEST() local
76 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
89 nsString dllPath = GetFullPath(kLeafName); in TEST() local
91 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/tests/gtest/
H A DTestDLLBlocklist.cpp43 nsString dllPath = GetFullPath(kLeafName); in TEST() local
45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
50 hDll.own(::LoadLibraryExW(dllPath.get(), nullptr, LOAD_LIBRARY_AS_DATAFILE)); in TEST()
58 nsString dllPath = GetFullPath(kLeafName); in TEST() local
60 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
66 ::LoadLibraryExW(dllPath.get(), nullptr, LOAD_LIBRARY_AS_IMAGE_RESOURCE)); in TEST()
74 nsString dllPath = GetFullPath(kLeafName); in TEST() local
76 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
89 nsString dllPath = GetFullPath(kLeafName); in TEST() local
91 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dpsqlsetup.c67 char dllPath[MAX_PATH] = ""; in DllMain() local
82 SQLGetPrivateProfileString(DBMS_NAME, "Driver", "", dllPath, sizeof(dllPath), ODBCINST_INI); in DllMain()
83 if (dllPath[0]) in DllMain()
87 _splitpath(dllPath, drive, dir, NULL, NULL); in DllMain()
88 SPRINTF_FIXED(dllPath, "%s%slibpq.dll", drive, dir); in DllMain()
89 … if (s_hLModule = LoadLibraryEx(dllPath, NULL, LOAD_WITH_ALTERED_SEARCH_PATH), s_hLModule == NULL) in DllMain()
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/tests/gtest/
H A DTestDLLBlocklist.cpp43 nsString dllPath = GetFullPath(kLeafName); in TEST() local
45 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
54 nsString dllPath = GetFullPath(kLeafName); in TEST() local
56 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
65 nsString dllPath = GetFullPath(kLeafName); in TEST() local
67 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
78 nsString dllPath = GetFullPath(kLeafName); in TEST() local
80 nsModuleHandle hDll(::LoadLibraryW(dllPath.get())); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/examples/unityplugin/
H A DREADME44 private const string dllPath = "webrtc_unity_plugin";
47 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
51 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
54 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
57 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
60 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
63 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
66 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
69 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
75 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/examples/unityplugin/
H A DREADME44 private const string dllPath = "webrtc_unity_plugin";
47 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
51 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
54 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
57 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
60 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
63 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
66 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
69 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
75 [DllImport(dllPath, CallingConvention = CallingConvention.Cdecl)]
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dos_library_win.cpp60 char dllPath[MAX_PATH]; in loadDependency() local
61 DWORD length = getModuleFileNameA(GetModuleHINSTANCE(), dllPath, MAX_PATH); in loadDependency()
63 if (dllPath[idx - 1] == '\\') { in loadDependency()
64 dllPath[idx] = '\0'; in loadDependency()
68 strcat_s(dllPath, MAX_PATH, dependencyFileName.c_str()); in loadDependency()
70 return loadLibraryExA(dllPath, NULL, 0); in loadDependency()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/src/System/Data/SqlClient/SNI/
H A DLocalDB.Windows.cs101 string dllPath = GetUserInstanceDllPath(out registryQueryErrorState); in LoadUserInstanceDll()
104 if (dllPath == null) in LoadUserInstanceDll()
111 if (string.IsNullOrWhiteSpace(dllPath)) in LoadUserInstanceDll()
118 … SafeLibraryHandle libraryHandle = Interop.Kernel32.LoadLibraryExW(dllPath.Trim(), IntPtr.Zero, 0); in LoadUserInstanceDll()
161 string dllPath = null; in GetUserInstanceDllPath()
217 dllPath = (string)instanceAPIPathRegistryObject; in GetUserInstanceDllPath()
220 return dllPath; in GetUserInstanceDllPath()
/dports/devel/gammaray/GammaRay-2.11.3/launcher/core/injector/
H A Dwindllinjector.cpp137 QString dllPath = fixProbeDllPath(probeDll); in launch() local
138 BasicWinDllInjector::inject(m_destProcess, (wchar_t*)dllPath.utf16()); in launch()
207 QString dllPath = QDir::toNativeSeparators(probeDll); in fixProbeDllPath() local
208 dllPath.replace(QLatin1String(GAMMARAY_PROBE_BASENAME), QLatin1String("gammaray_winloader")); in fixProbeDllPath()
209 …Q_ASSERT_X(QFileInfo::exists(dllPath), Q_FUNC_INFO, qPrintable(QString(QLatin1String("%1 does not … in fixProbeDllPath()
210 return dllPath; in fixProbeDllPath()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DPluginManager.cpp183 if(dllPath.empty()) in GetDllArch()
188 dllArch = static_cast<uint8>(BridgeWrapper::GetPluginBinaryType(dllPath)); in GetDllArch()
234 const std::string crcName = dllPath.ToUTF8(); in WriteToCache()
238 mpt::PathString writePath = dllPath; in WriteToCache()
500 const mpt::PathString fileName = dllPath.GetFileName(); in AddPlugin()
505 if(!dllPath.CompareNoCase(dllPath, dupePlug->dllPath)) return dupePlug; in AddPlugin()
510 *fileFound = dllPath.IsFile(); in AddPlugin()
518 mpt::ustring IDs = cacheFile.Read<mpt::ustring>(cacheSection, dllPath.ToUnicode(), U_("")); in AddPlugin()
522 mpt::PathString relPath = theApp.PathAbsoluteToInstallRelative(dllPath); in AddPlugin()
571 VSTPluginLib *plug = new (std::nothrow) VSTPluginLib(nullptr, false, dllPath, fileName, tags); in AddPlugin()
[all …]
H A DPluginManager.h61 mpt::PathString dllPath; // Full path name member
76 …VSTPluginLib(CreateProc factoryProc, bool isBuiltIn, const mpt::PathString &dllPath, const mpt::Pa…
82 , libraryName(libraryName), dllPath(dllPath) in Create()
169 …VSTPluginLib *AddPlugin(const mpt::PathString &dllPath, bool maskCrashes, const mpt::ustring &tags…
/dports/graphics/aseprite/aseprite-1.2.9/src/desktop/win/
H A Ddllmain.cpp91 WCHAR dllPath[MAX_PATH]; in DllRegisterServer() local
92 if (!GetModuleFileNameW(Global::hInstance, dllPath, sizeof(dllPath)/sizeof(dllPath[0]))) in DllRegisterServer()
99 k.string("", base::to_utf8(dllPath)); in DllRegisterServer()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/qga/vss-win32/
H A Dinstall.cpp245 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
288 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
293 n = strlen(dllPath); in COMRegister()
299 strcpy(tlbPath, dllPath); in COMRegister()
302 fprintf(stderr, " %s\n", dllPath); in COMRegister()
315 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()
391 char dllPath[MAX_PATH]; in DllRegisterServer() local
406 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
412 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/qga/vss-win32/
H A Dinstall.cpp245 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
288 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
293 n = strlen(dllPath); in COMRegister()
299 strcpy(tlbPath, dllPath); in COMRegister()
302 fprintf(stderr, " %s\n", dllPath); in COMRegister()
315 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()
391 char dllPath[MAX_PATH]; in DllRegisterServer() local
406 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
412 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
/dports/x11/eaglemode/eaglemode-0.95.0/src/emAv/
H A DemAvLibDirCfg.cpp149 emString dllPath,regDir,regVer; in CheckLibDir() local
161 dllPath=emGetChildPath(libDir,"libvlc.dll"); in CheckLibDir()
162 if (!emIsRegularFile(dllPath)) { in CheckLibDir()
166 if (!emIsReadablePath(dllPath)) { in CheckLibDir()
170 if (!IsMatchingBinary(dllPath,pErr)) { in CheckLibDir()
174 dllPath=emGetChildPath(libDir,"libvlccore.dll"); in CheckLibDir()
175 if (!emIsRegularFile(dllPath)) { in CheckLibDir()
179 if (!emIsReadablePath(dllPath)) { in CheckLibDir()
183 if (!IsMatchingBinary(dllPath,pErr)) { in CheckLibDir()
/dports/emulators/qemu60/qemu-6.0.0/qga/vss-win32/
H A Dinstall.cpp246 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
289 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
294 n = strlen(dllPath); in COMRegister()
300 strcpy(tlbPath, dllPath); in COMRegister()
303 fprintf(stderr, " %s\n", dllPath); in COMRegister()
316 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()
392 char dllPath[MAX_PATH]; in DllRegisterServer() local
407 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
413 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
/dports/emulators/qemu42/qemu-4.2.1/qga/vss-win32/
H A Dinstall.cpp245 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
288 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
293 n = strlen(dllPath); in COMRegister()
299 strcpy(tlbPath, dllPath); in COMRegister()
302 fprintf(stderr, " %s\n", dllPath); in COMRegister()
315 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()
391 char dllPath[MAX_PATH]; in DllRegisterServer() local
406 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
412 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
/dports/emulators/qemu/qemu-6.2.0/qga/vss-win32/
H A Dinstall.cpp246 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
289 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
294 n = strlen(dllPath); in COMRegister()
300 strcpy(tlbPath, dllPath); in COMRegister()
303 fprintf(stderr, " %s\n", dllPath); in COMRegister()
316 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()
392 char dllPath[MAX_PATH]; in DllRegisterServer() local
407 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
413 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
/dports/emulators/qemu5/qemu-5.2.0/qga/vss-win32/
H A Dinstall.cpp246 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
289 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
294 n = strlen(dllPath); in COMRegister()
300 strcpy(tlbPath, dllPath); in COMRegister()
303 fprintf(stderr, " %s\n", dllPath); in COMRegister()
316 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()
392 char dllPath[MAX_PATH]; in DllRegisterServer() local
407 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
413 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
/dports/emulators/qemu-utils/qemu-4.2.1/qga/vss-win32/
H A Dinstall.cpp245 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH]; in COMRegister() local
288 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in COMRegister()
293 n = strlen(dllPath); in COMRegister()
299 strcpy(tlbPath, dllPath); in COMRegister()
302 fprintf(stderr, " %s\n", dllPath); in COMRegister()
315 _bstr_t(dllPath), _bstr_t(tlbPath), in COMRegister()
391 char dllPath[MAX_PATH]; in DllRegisterServer() local
406 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) { in DllRegisterServer()
412 if (!CreateRegistryKey(key, NULL, dllPath)) { in DllRegisterServer()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/qga/vss-win32/
H A Dinstall.cpp245 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH];
288 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) {
293 n = strlen(dllPath);
299 strcpy(tlbPath, dllPath);
302 fprintf(stderr, " %s\n", dllPath);
315 _bstr_t(dllPath), _bstr_t(tlbPath),
391 char dllPath[MAX_PATH];
406 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) {
412 if (!CreateRegistryKey(key, NULL, dllPath)) {
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/qga/vss-win32/
H A Dinstall.cpp246 CHAR dllPath[MAX_PATH], tlbPath[MAX_PATH];
289 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) {
294 n = strlen(dllPath);
300 strcpy(tlbPath, dllPath);
303 fprintf(stderr, " %s\n", dllPath);
316 _bstr_t(dllPath), _bstr_t(tlbPath),
392 char dllPath[MAX_PATH];
407 if (!GetModuleFileName(g_hinstDll, dllPath, sizeof(dllPath))) {
413 if (!CreateRegistryKey(key, NULL, dllPath)) {
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/pydevd_attach_to_process/windows/
H A Dinject_dll.cpp75 char dllPath[MAX_PATH_SIZE_PADDED]; in wmain() local
76 memset(&dllPath[0], '\0', MAX_PATH_SIZE_PADDED); in wmain()
78 wcstombs_s(&pathLen, dllPath, argv[2], MAX_PATH); in wmain()
99 const bool written = WriteProcessMemory(hProcess, remoteMemoryAddr, dllPath, pathLen, nullptr); in wmain()

1234567