Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1614 LPWSTR sczThemePath = nullptr; in LoadTheme() local
1618 hr = LocProbeForFile(wzModulePath, wzThemeFileName, wzLanguage, &sczThemePath); in LoadTheme()
1621 hr = ThemeLoadFromFile(sczThemePath, &_theme); in LoadTheme()
1622 BalExitOnFailure1(hr, "Failed to load theme from path: %ls", sczThemePath); in LoadTheme()
1625 BalExitOnFailure1(hr, "Failed to localize theme: %ls", sczThemePath); in LoadTheme()
1638 ReleaseStr(sczThemePath); in LoadTheme()