Home
last modified time | relevance | path

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

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java110 var primaryRefProfilePath = new PrimaryRefProfilePath(); in buildPrimaryRefProfilePath() local
111 primaryRefProfilePath.packageName = packageName; in buildPrimaryRefProfilePath()
112 primaryRefProfilePath.profileName = profileName; in buildPrimaryRefProfilePath()
113 primaryRefProfilePath.isPreReboot = isPreReboot; in buildPrimaryRefProfilePath()
114 return primaryRefProfilePath; in buildPrimaryRefProfilePath()
131 return ProfilePath.primaryRefProfilePath( in buildProfilePathForPrimaryRefAsInput()
221 case ProfilePath.primaryRefProfilePath: in toWritableProfilePath()
270 case ProfilePath.primaryRefProfilePath: in toString()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl25 PrimaryRefProfilePath primaryRefProfilePath;
/art/artd/
Dpath_utils.cc273 case ProfilePath::primaryRefProfilePath: in BuildProfileOrDmPath()
274 return BuildPrimaryRefProfilePath(profile_path.get<ProfilePath::primaryRefProfilePath>()); in BuildProfileOrDmPath()
301 case ProfilePath::primaryRefProfilePath: in PreRebootFlag()
302 return profile_path.get<ProfilePath::primaryRefProfilePath>().isPreReboot; in PreRebootFlag()