Searched refs:secondaryRefProfilePath (Results 1 – 3 of 3) sorted by relevance
120 var secondaryRefProfilePath = new SecondaryRefProfilePath(); in buildSecondaryRefProfilePath() local121 secondaryRefProfilePath.dexPath = dexPath; in buildSecondaryRefProfilePath()122 secondaryRefProfilePath.isPreReboot = isPreReboot; in buildSecondaryRefProfilePath()123 return secondaryRefProfilePath; in buildSecondaryRefProfilePath()161 return ProfilePath.secondaryRefProfilePath( in buildProfilePathForSecondaryRefAsInput()223 case ProfilePath.secondaryRefProfilePath: in toWritableProfilePath()272 case ProfilePath.secondaryRefProfilePath: in toString()
28 SecondaryRefProfilePath secondaryRefProfilePath;
279 case ProfilePath::secondaryRefProfilePath: in BuildProfileOrDmPath()280 return BuildSecondaryRefProfilePath(profile_path.get<ProfilePath::secondaryRefProfilePath>()); in BuildProfileOrDmPath()303 case ProfilePath::secondaryRefProfilePath: in PreRebootFlag()304 return profile_path.get<ProfilePath::secondaryRefProfilePath>().isPreReboot; in PreRebootFlag()