Searched refs:primary_ref_profile_path (Results 1 – 2 of 2) sorted by relevance
201 const PrimaryRefProfilePath& primary_ref_profile_path) { in BuildPrimaryRefProfilePath() argument202 OR_RETURN(ValidatePathElement(primary_ref_profile_path.packageName, "packageName")); in BuildPrimaryRefProfilePath()203 OR_RETURN(ValidatePathElementSubstring(primary_ref_profile_path.profileName, "profileName")); in BuildPrimaryRefProfilePath()206 primary_ref_profile_path.packageName, in BuildPrimaryRefProfilePath()207 primary_ref_profile_path.profileName, in BuildPrimaryRefProfilePath()209 primary_ref_profile_path.isPreReboot ? kPreRebootSuffix : ""); in BuildPrimaryRefProfilePath()
64 primary_ref_profile_path);