Home
last modified time | relevance | path

Searched refs:primary_ref_profile_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/art/artd/
H A Dpath_utils.cc201 const PrimaryRefProfilePath& primary_ref_profile_path) { in BuildPrimaryRefProfilePath() argument
202 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()
H A Dpath_utils.h64 primary_ref_profile_path);