Home
last modified time | relevance | path

Searched refs:WritableProfilePath (Results 1 – 9 of 9) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java27 import static com.android.server.art.ProfilePath.WritableProfilePath;
174 @NonNull WritableProfilePath finalPath, int uid, int gid, boolean isPublic) { in buildOutputProfile()
187 return buildOutputProfile(WritableProfilePath.forPrimary(buildPrimaryRefProfilePath( in buildOutputProfileForPrimary()
195 return buildOutputProfile(WritableProfilePath.forSecondary( in buildOutputProfileForSecondary()
219 public static WritableProfilePath toWritableProfilePath(@NonNull ProfilePath profile) { in toWritableProfilePath()
222 return WritableProfilePath.forPrimary(profile.getPrimaryRefProfilePath()); in toWritableProfilePath()
224 return WritableProfilePath.forSecondary(profile.getSecondaryRefProfilePath()); in toWritableProfilePath()
255 public static String toString(@NonNull WritableProfilePath profile) { in toString()
257 case WritableProfilePath.forPrimary: in toString()
259 case WritableProfilePath.forSecondary: in toString()
DArtManagerLocal.java26 import static com.android.server.art.ProfilePath.WritableProfilePath;
1143 List<WritableProfilePath> profiles = mInjector.getArtFileManager() in commitPreRebootStagedFiles()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl94 union WritableProfilePath {
102 WritableProfilePath finalPath;
DIArtd.aidl280 in List<com.android.server.art.ProfilePath.WritableProfilePath> profiles); in commitPreRebootStagedFiles()
/art/artd/
Dpath_utils.cc59 using WritableProfilePath = ProfilePath::WritableProfilePath; typedef
243 Result<std::string> BuildWritableProfilePath(const WritableProfilePath& profile_path) { in BuildWritableProfilePath()
245 case WritableProfilePath::forPrimary: in BuildWritableProfilePath()
246 return BuildPrimaryRefProfilePath(profile_path.get<WritableProfilePath::forPrimary>()); in BuildWritableProfilePath()
247 case WritableProfilePath::forSecondary: in BuildWritableProfilePath()
248 return BuildSecondaryRefProfilePath(profile_path.get<WritableProfilePath::forSecondary>()); in BuildWritableProfilePath()
Dpath_utils.h82 const aidl::com::android::server::art::ProfilePath::WritableProfilePath& profile_path);
104 aidl::com::android::server::art::ProfilePath::WritableProfilePath>>>
119 const aidl::com::android::server::art::ProfilePath::WritableProfilePath& profile_path);
121 aidl::com::android::server::art::ProfilePath::WritableProfilePath& profile_path);
Dartd.cc135 using WritableProfilePath = ProfilePath::WritableProfilePath; typedef
1398 const std::vector<WritableProfilePath>& in_profiles, in commitPreRebootStagedFiles()
1427 for (const WritableProfilePath& profile : in_profiles) { in commitPreRebootStagedFiles()
1430 WritableProfilePath pre_reboot_profile = profile; in commitPreRebootStagedFiles()
Dartd.h233 const std::vector<aidl::com::android::server::art::ProfilePath::WritableProfilePath>&
Dartd_test.cc132 using WritableProfilePath = ProfilePath::WritableProfilePath; typedef
2684 tmp_profile_path_.finalPath.get<WritableProfilePath::forPrimary>().isPreReboot = true; in SetUp()
2893 .finalPath.get<WritableProfilePath::forPrimary>() in TEST_F()
2989 .finalPath.get<WritableProfilePath::forPrimary>() in TEST_F()