Home
last modified time | relevance | path

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

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java167 var secondaryCurProfilePath = new SecondaryCurProfilePath(); in buildProfilePathForSecondaryCur() local
168 secondaryCurProfilePath.dexPath = dexPath; in buildProfilePathForSecondaryCur()
169 return ProfilePath.secondaryCurProfilePath(secondaryCurProfilePath); in buildProfilePathForSecondaryCur()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl29 SecondaryCurProfilePath secondaryCurProfilePath;
/art/artd/
Dpath_utils.cc281 case ProfilePath::secondaryCurProfilePath: in BuildProfileOrDmPath()
282 return BuildSecondaryCurProfilePath(profile_path.get<ProfilePath::secondaryCurProfilePath>()); in BuildProfileOrDmPath()
309 case ProfilePath::secondaryCurProfilePath: in PreRebootFlag()