Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher2.c1480 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString() function
1556 …exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"WindowedExecutableArg… in _registryReadLegacyEnvironment()
1559 …exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"ExecutableArguments"); in _registryReadLegacyEnvironment()
1619 int exitCode = _registryReadString(&env->installDir, root, L"InstallPath", NULL); in _registryReadEnvironment()
1633 …exitCode = _registryReadString(&env->executablePath, root, L"InstallPath", L"WindowedExecutablePat… in _registryReadEnvironment()
1635 …exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"WindowedExecutableArg… in _registryReadEnvironment()
1644 … exitCode = _registryReadString(&env->executablePath, root, L"InstallPath", L"ExecutablePath"); in _registryReadEnvironment()
1646 …exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"ExecutableArguments"); in _registryReadEnvironment()
1658 exitCode = _registryReadString(&env->architecture, root, NULL, L"SysArchitecture"); in _registryReadEnvironment()
1663 exitCode = _registryReadString(&env->displayName, root, NULL, L"DisplayName"); in _registryReadEnvironment()