Searched refs:install_root (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/mscoree/ |
H A D | metahost.c | 372 const WCHAR install_root[] = {'I','n','s','t','a','l','l','R','o','o','t',0}; in get_install_root() local 381 if (RegQueryValueExW(key, install_root, 0, NULL, (LPBYTE)install_dir, &len)) in get_install_root() 610 static const WCHAR install_root[] = {'S','d','k','I','n','s','t','a','l','l','R','o','o','t',0}; in get_mono_path_from_registry() local 637 if (RegQueryValueExW(key, install_root, 0, NULL, (LPBYTE)path, &len)) in get_mono_path_from_registry()
|
H A D | mscoree_main.c | 48 const WCHAR install_root[] = {'I','n','s','t','a','l','l','R','o','o','t',0}; in get_install_root() local 57 if (RegQueryValueExW(key, install_root, 0, NULL, (LPBYTE)install_dir, &len)) in get_install_root()
|