Home
last modified time | relevance | path

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

/third_party/python/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp2732 _hBAFModule = ::LoadLibraryW(sczBafPath); in LoadBootstrapperBAFunctions()
2733 if (_hBAFModule) { in LoadBootstrapperBAFunctions()
2734 …reinterpret_cast<PFN_BOOTSTRAPPER_BA_FUNCTION_CREATE>(::GetProcAddress(_hBAFModule, "CreateBootstr… in LoadBootstrapperBAFunctions()
2737 hr = pfnBAFunctionCreate(_engine, _hBAFModule, &_baFunction); in LoadBootstrapperBAFunctions()
2747 if (_hBAFModule && !_baFunction) { in LoadBootstrapperBAFunctions()
2748 ::FreeLibrary(_hBAFModule); in LoadBootstrapperBAFunctions()
2749 _hBAFModule = nullptr; in LoadBootstrapperBAFunctions()
3129 _hBAFModule = nullptr; in PythonBootstrapperApplication()
3153 if (_hBAFModule) { in ~PythonBootstrapperApplication()
3154 ::FreeLibrary(_hBAFModule); in ~PythonBootstrapperApplication()
[all …]