Searched refs:preg_file (Results 1 – 2 of 2) sorted by relevance
488 bool PolicyLoaderWin::ReadPRegFile(const base::FilePath& preg_file, in ReadPRegFile() argument497 if (base::PathExists(preg_file)) { in ReadPRegFile()498 return preg_parser::ReadFile(preg_file, chrome_policy_key_, policy, status); in ReadPRegFile()502 if (redirection_disable.is_active() && base::PathExists(preg_file)) { in ReadPRegFile()504 return preg_parser::ReadFile(preg_file, chrome_policy_key_, policy, in ReadPRegFile()510 LOG(ERROR) << "PReg file doesn't exist: " << preg_file.value(); in ReadPRegFile()
71 bool ReadPRegFile(const base::FilePath& preg_file,