Home
last modified time | relevance | path

Searched refs:path_to_dll (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Ds39ain.c42 #define path_to_dll nact->ain.path_to_dll macro
63 if (path_to_dll == NULL) { in s39ain_init()
67 path_to_dll = strdup(path); in s39ain_init()
195 path_to_dll, dll[i].name); in s39ain_init()
H A Ds39ain.h55 char *path_to_dll; /* DLL �⥸�塼��ؤΥѥ� */ member
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/cmake/
H A DEthExecutableHelper.cmake19 # optimized;path_to_dll.dll;debug;path_to_dlld.dll
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/credential_provider/gaiacp/
H A Dgcp_utils.cc654 base::FilePath* path_to_dll) { in GetPathToDllFromHandle() argument
664 *path_to_dll = base::FilePath(base::StringPiece16(path, length)); in GetPathToDllFromHandle()
681 base::FilePath path_to_dll; in GetEntryPointArgumentForRunDll() local
682 HRESULT hr = GetPathToDllFromHandle(dll_handle, &path_to_dll); in GetEntryPointArgumentForRunDll()
689 ::GetShortPathName(path_to_dll.value().c_str(), short_path, short_length); in GetEntryPointArgumentForRunDll()
703 return wcsicmp(wcsrchr(path_to_dll.value().c_str(), L'.'), L".dll") == 0 in GetEntryPointArgumentForRunDll()
H A Dgcp_utils.h217 base::FilePath* path_to_dll);