Searched refs:secondaryCurProfilePath (Results 1 – 3 of 3) sorted by relevance
140 var secondaryCurProfilePath = new SecondaryCurProfilePath(); in buildProfilePathForSecondaryCur() local141 secondaryCurProfilePath.dexPath = dexPath; in buildProfilePathForSecondaryCur()142 return ProfilePath.secondaryCurProfilePath(secondaryCurProfilePath); in buildProfilePathForSecondaryCur()
29 SecondaryCurProfilePath secondaryCurProfilePath;
262 case ProfilePath::secondaryCurProfilePath: in BuildProfileOrDmPath()263 return BuildSecondaryCurProfilePath(profile_path.get<ProfilePath::secondaryCurProfilePath>()); in BuildProfileOrDmPath()