Home
last modified time | relevance | path

Searched refs:PrimaryRefProfilePath (Results 1 – 6 of 6) sorted by relevance

/art/artd/
Dpath_utils_test.cc40 using PrimaryRefProfilePath = ProfilePath::PrimaryRefProfilePath; typedef
114 BuildPrimaryRefProfilePath(PrimaryRefProfilePath{ in TEST_F()
120 EXPECT_THAT(BuildPrimaryRefProfilePath(PrimaryRefProfilePath{ in TEST_F()
126 EXPECT_THAT(BuildPrimaryRefProfilePath(PrimaryRefProfilePath{ in TEST_F()
132 EXPECT_THAT(BuildPrimaryRefProfilePath(PrimaryRefProfilePath{ in TEST_F()
135 EXPECT_THAT(BuildPrimaryRefProfilePath(PrimaryRefProfilePath{ in TEST_F()
141 EXPECT_THAT(BuildPrimaryRefProfilePath(PrimaryRefProfilePath{ in TEST_F()
147 EXPECT_THAT(BuildPrimaryRefProfilePath(PrimaryRefProfilePath{ in TEST_F()
154 .finalPath = PrimaryRefProfilePath{.packageName = "com.android.foo", in TEST_F()
174 PrimaryRefProfilePath{ in TEST_F()
[all …]
Dpath_utils.cc55 using PrimaryRefProfilePath = ProfilePath::PrimaryRefProfilePath; typedef
199 const PrimaryRefProfilePath& primary_ref_profile_path) { in BuildPrimaryRefProfilePath()
Dpath_utils.h63 const aidl::com::android::server::art::ProfilePath::PrimaryRefProfilePath&
Dartd_test.cc130 using PrimaryRefProfilePath = ProfilePath::PrimaryRefProfilePath; typedef
396 TmpProfilePath{.finalPath = PrimaryRefProfilePath{.packageName = "com.android.foo", in SetUp()
2553 PrimaryRefProfilePath{.packageName = "com.android.foo", .profileName = "primary"}, in TEST_F()
2555 PrimaryRefProfilePath{.packageName = "com.android.bar", .profileName = "primary"}, in TEST_F()
/art/artd/binder/com/android/server/art/
DProfilePath.aidl25 PrimaryRefProfilePath primaryRefProfilePath;
36 parcelable PrimaryRefProfilePath {
95 PrimaryRefProfilePath forPrimary;
/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java23 import static com.android.server.art.ProfilePath.PrimaryRefProfilePath;
108 private static PrimaryRefProfilePath buildPrimaryRefProfilePath( in buildPrimaryRefProfilePath()
110 var primaryRefProfilePath = new PrimaryRefProfilePath(); in buildPrimaryRefProfilePath()
232 public static String toString(@NonNull PrimaryRefProfilePath profile) { in toString()