Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp1502 LPWSTR sczVariableName = nullptr; in ProcessCommandLine() local
1528 hr = StrAllocString(&sczVariableName, argv[i], pwc - argv[i]); in ProcessCommandLine()
1531 hr = DictKeyExists(_overridableVariables, sczVariableName); in ProcessCommandLine()
1533 …PPER_LOG_LEVEL_ERROR, "Ignoring attempt to set non-overridable variable: '%ls'.", sczVariableName); in ProcessCommandLine()
1543 hr = _engine->SetVariableNumeric(sczVariableName, value); in ProcessCommandLine()
1545 hr = _engine->SetVariableString(sczVariableName, sczVariableValue); in ProcessCommandLine()
1560 ReleaseStr(sczVariableName); in ProcessCommandLine()