Home
last modified time | relevance | path

Searched refs:SecondaryRefProfilePath (Results 1 – 5 of 5) sorted by relevance

/art/artd/binder/com/android/server/art/
DProfilePath.aidl28 SecondaryRefProfilePath secondaryRefProfilePath;
71 parcelable SecondaryRefProfilePath {
96 SecondaryRefProfilePath forSecondary;
/art/artd/
Dpath_utils_test.cc42 using SecondaryRefProfilePath = ProfilePath::SecondaryRefProfilePath; typedef
163 .finalPath = SecondaryRefProfilePath{.dexPath = android_data_ + in TEST_F()
182 .finalPath = SecondaryRefProfilePath{.dexPath = android_data_ + in TEST_F()
211 BuildSecondaryRefProfilePath(SecondaryRefProfilePath{ in TEST_F()
217 EXPECT_THAT(BuildSecondaryRefProfilePath(SecondaryRefProfilePath{ in TEST_F()
Dpath_utils.cc57 using SecondaryRefProfilePath = ProfilePath::SecondaryRefProfilePath; typedef
226 const SecondaryRefProfilePath& secondary_ref_profile_path) { in BuildSecondaryRefProfilePath()
Dpath_utils.h74 const aidl::com::android::server::art::ProfilePath::SecondaryRefProfilePath&
/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java25 import static com.android.server.art.ProfilePath.SecondaryRefProfilePath;
118 private static SecondaryRefProfilePath buildSecondaryRefProfilePath( in buildSecondaryRefProfilePath()
120 var secondaryRefProfilePath = new SecondaryRefProfilePath(); in buildSecondaryRefProfilePath()
239 public static String toString(@NonNull SecondaryRefProfilePath profile) { in toString()