Searched refs:szExePath (Results 1 – 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/dso/ |
D | dso_win32.c | 573 return WideCharToMultiByte(CP_ACP, 0, me32.szExePath, -1, in win32_pathbyaddr() 577 int i, len = (int)wcslen(me32.szExePath); in win32_pathbyaddr() 583 path[i] = (char)me32.szExePath[i]; in win32_pathbyaddr() 590 int len = (int)strlen(me32.szExePath); in win32_pathbyaddr() 595 memcpy(path, me32.szExePath, len); in win32_pathbyaddr()
|
/third_party/openssl/crypto/dso/ |
D | dso_win32.c | 573 return WideCharToMultiByte(CP_ACP, 0, me32.szExePath, -1, in win32_pathbyaddr() 577 int i, len = (int)wcslen(me32.szExePath); in win32_pathbyaddr() 583 path[i] = (char)me32.szExePath[i]; in win32_pathbyaddr() 590 int len = (int)strlen(me32.szExePath); in win32_pathbyaddr() 595 memcpy(path, me32.szExePath, len); in win32_pathbyaddr()
|
/third_party/curl/src/ |
D | tool_doswin.c | 681 char buffer[sizeof(mod.szExePath) * 2]; in GetLoadedModulePaths() 682 if(!WideCharToMultiByte(CP_ACP, 0, mod.szExePath, -1, in GetLoadedModulePaths() 687 path = mod.szExePath; in GetLoadedModulePaths()
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-win32.cc | 1491 reinterpret_cast<PSTR>(module_entry.szExePath), // ImageName in LoadSymbols() 1504 CP_UTF8, 0, module_entry.szExePath, -1, nullptr, 0, nullptr, nullptr); in LoadSymbols() 1506 WideCharToMultiByte(CP_UTF8, 0, module_entry.szExePath, -1, &lib_name[0], in LoadSymbols()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 552 char szExePath[MAX_PATH]; member 608 this->LoadModule(hProcess, me.szExePath, me.szModule, (DWORD64)me.modBaseAddr, in GetModuleListTH32()
|