Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2723 LPWSTR sczBafPath = nullptr; in LoadBootstrapperBAFunctions() local
2725 hr = PathRelativeToModule(&sczBafPath, L"bafunctions.dll", _hModule); in LoadBootstrapperBAFunctions()
2729 …APPER_LOG_LEVEL_STANDARD, "PYBA: LoadBootstrapperBAFunctions() - BA function DLL %ls", sczBafPath); in LoadBootstrapperBAFunctions()
2732 _hBAFModule = ::LoadLibraryW(sczBafPath); in LoadBootstrapperBAFunctions()
2735 …unctionCreate, hr, "Failed to get CreateBootstrapperBAFunction entry-point from: %ls", sczBafPath); in LoadBootstrapperBAFunctions()
2742 …N32(::GetLastError()), "PYBA: LoadBootstrapperBAFunctions() - Failed to load DLL %ls", sczBafPath); in LoadBootstrapperBAFunctions()
2751 ReleaseStr(sczBafPath); in LoadBootstrapperBAFunctions()