Home
last modified time | relevance | path

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

/third_party/python/PC/
H A Dlauncher2.c1389 _registryReadString(const wchar_t **dest, HKEY root, const wchar_t *subkey, const wchar_t *value) in _registryReadString() function
1465 exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"WindowedExecutableArguments"); in _registryReadLegacyEnvironment()
1468 exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"ExecutableArguments"); in _registryReadLegacyEnvironment()
1527 int exitCode = _registryReadString(&env->installDir, root, L"InstallPath", NULL); in _registryReadEnvironment()
1541 exitCode = _registryReadString(&env->executablePath, root, L"InstallPath", L"WindowedExecutablePath"); in _registryReadEnvironment()
1543 exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"WindowedExecutableArguments"); in _registryReadEnvironment()
1552 exitCode = _registryReadString(&env->executablePath, root, L"InstallPath", L"ExecutablePath"); in _registryReadEnvironment()
1554 exitCode = _registryReadString(&env->executableArgs, root, L"InstallPath", L"ExecutableArguments"); in _registryReadEnvironment()
1566 exitCode = _registryReadString(&env->architecture, root, NULL, L"SysArchitecture"); in _registryReadEnvironment()
1571 exitCode = _registryReadString( in _registryReadEnvironment()
[all...]

Completed in 4 milliseconds