Searched refs:ReadPathFromRegistry (Results 1 – 2 of 2) sorted by relevance
282 base::FilePath ReadPathFromRegistry(HKEY root, const wchar_t* path_name) { in ReadPathFromRegistry() function293 base::FilePath result = ReadPathFromRegistry(HKEY_CURRENT_USER, path_name); in ReadPathFromAnyRegistry()296 return ReadPathFromRegistry(HKEY_LOCAL_MACHINE, path_name); in ReadPathFromAnyRegistry()
55 static bool ReadPathFromRegistry(HKEY baseKey, CSysString &path) in ReadPathFromRegistry() function78 if (ReadPathFromRegistry(HKEY_CURRENT_USER, path)) in GetBaseFolderPrefixFromRegistry()80 if (ReadPathFromRegistry(HKEY_LOCAL_MACHINE, path)) in GetBaseFolderPrefixFromRegistry()