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.java140 var secondaryCurProfilePath = new SecondaryCurProfilePath(); in buildProfilePathForSecondaryCur() local
141 secondaryCurProfilePath.dexPath = dexPath; in buildProfilePathForSecondaryCur()
142 return ProfilePath.secondaryCurProfilePath(secondaryCurProfilePath); in buildProfilePathForSecondaryCur()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl29 SecondaryCurProfilePath secondaryCurProfilePath;
/art/artd/
Dpath_utils.cc262 case ProfilePath::secondaryCurProfilePath: in BuildProfileOrDmPath()
263 return BuildSecondaryCurProfilePath(profile_path.get<ProfilePath::secondaryCurProfilePath>()); in BuildProfileOrDmPath()