Searched refs:primaryRefProfilePath (Results 1 – 3 of 3) sorted by relevance
110 var primaryRefProfilePath = new PrimaryRefProfilePath(); in buildPrimaryRefProfilePath() local111 primaryRefProfilePath.packageName = packageName; in buildPrimaryRefProfilePath()112 primaryRefProfilePath.profileName = profileName; in buildPrimaryRefProfilePath()113 primaryRefProfilePath.isPreReboot = isPreReboot; in buildPrimaryRefProfilePath()114 return primaryRefProfilePath; in buildPrimaryRefProfilePath()131 return ProfilePath.primaryRefProfilePath( in buildProfilePathForPrimaryRefAsInput()221 case ProfilePath.primaryRefProfilePath: in toWritableProfilePath()270 case ProfilePath.primaryRefProfilePath: in toString()
25 PrimaryRefProfilePath primaryRefProfilePath;
273 case ProfilePath::primaryRefProfilePath: in BuildProfileOrDmPath()274 return BuildPrimaryRefProfilePath(profile_path.get<ProfilePath::primaryRefProfilePath>()); in BuildProfileOrDmPath()301 case ProfilePath::primaryRefProfilePath: in PreRebootFlag()302 return profile_path.get<ProfilePath::primaryRefProfilePath>().isPreReboot; in PreRebootFlag()