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