Searched refs:secondaryCurProfilePath (Results 1 – 3 of 3) sorted by relevance
167 var secondaryCurProfilePath = new SecondaryCurProfilePath(); in buildProfilePathForSecondaryCur() local168 secondaryCurProfilePath.dexPath = dexPath; in buildProfilePathForSecondaryCur()169 return ProfilePath.secondaryCurProfilePath(secondaryCurProfilePath); in buildProfilePathForSecondaryCur()
29 SecondaryCurProfilePath secondaryCurProfilePath;
281 case ProfilePath::secondaryCurProfilePath: in BuildProfileOrDmPath()282 return BuildSecondaryCurProfilePath(profile_path.get<ProfilePath::secondaryCurProfilePath>()); in BuildProfileOrDmPath()309 case ProfilePath::secondaryCurProfilePath: in PreRebootFlag()