Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DProfilePath.aidl27 PrimaryCurProfilePath primaryCurProfilePath;
61 parcelable PrimaryCurProfilePath {
/art/artd/
Dpath_utils_test.cc39 using PrimaryCurProfilePath = ProfilePath::PrimaryCurProfilePath; typedef
204 EXPECT_THAT(BuildPrimaryCurProfilePath(PrimaryCurProfilePath{ in TEST_F()
246 EXPECT_THAT(BuildProfileOrDmPath(PrimaryCurProfilePath{ in TEST_F()
Dpath_utils.cc54 using PrimaryCurProfilePath = ProfilePath::PrimaryCurProfilePath; typedef
215 const PrimaryCurProfilePath& primary_cur_profile_path) { in BuildPrimaryCurProfilePath()
Dartd_test.cc129 using PrimaryCurProfilePath = ProfilePath::PrimaryCurProfilePath; typedef
1855 PrimaryCurProfilePath profile_0_path{ in TEST_F()
1859 PrimaryCurProfilePath profile_1_path{ in TEST_F()
1911 PrimaryCurProfilePath profile_0_path{ in TEST_F()
1953 PrimaryCurProfilePath profile_0_path{ in TEST_F()
1958 PrimaryCurProfilePath profile_1_path{ in TEST_F()
1986 PrimaryCurProfilePath profile_0_path{ in TEST_F()
2022 PrimaryCurProfilePath profile_0_path{ in TEST_F()
2061 PrimaryCurProfilePath profile_0_path{ in TEST_F()
2191 PrimaryCurProfilePath{ in RunCleanup()
[all …]
Dpath_utils.h70 const aidl::com::android::server::art::ProfilePath::PrimaryCurProfilePath&
/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java22 import static com.android.server.art.ProfilePath.PrimaryCurProfilePath;
150 var primaryCurProfilePath = new PrimaryCurProfilePath(); in buildProfilePathForPrimaryCur()