Searched refs:policy_data_str_out (Results 1 – 2 of 2) sorted by relevance
14 std::string* policy_data_str_out, in LoadPolicyFromPath() argument16 DCHECK(policy_data_str_out); in LoadPolicyFromPath()22 if (!base::ReadFileToString(policy_path, policy_data_str_out)) { in LoadPolicyFromPath()27 if (policy_data_str_out->empty()) { in LoadPolicyFromPath()32 if (!policy_out->ParseFromString(*policy_data_str_out)) { in LoadPolicyFromPath()
33 std::string* policy_data_str_out,