Home
last modified time | relevance | path

Searched refs:secondaryRefProfilePath (Results 1 – 3 of 3) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java120 var secondaryRefProfilePath = new SecondaryRefProfilePath(); in buildSecondaryRefProfilePath() local
121 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()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl28 SecondaryRefProfilePath secondaryRefProfilePath;
/art/artd/
Dpath_utils.cc279 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()