Home
last modified time | relevance | path

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

/aoo42x/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx208 WCHAR* szFullPath = new WCHAR[lstrlen(sLibName) + lstrlen(szUreBinPath) + 2]; in loadFromPath() local
209 szFullPath[0] = L'\0'; in loadFromPath()
210 lstrcat(szFullPath, szUreBinPath); in loadFromPath()
211 lstrcat(szFullPath, L"\\"); in loadFromPath()
212 lstrcat(szFullPath, sLibName); in loadFromPath()
213 HMODULE handle = LoadLibraryEx(szFullPath, NULL, in loadFromPath()
216 delete[] szFullPath; in loadFromPath()

Completed in 14 milliseconds