Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils.cc199 const PrimaryRefProfilePath& primary_ref_profile_path) { in BuildPrimaryRefProfilePath() argument
200 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()
Dpath_utils.h64 primary_ref_profile_path);