Home
last modified time | relevance | path

Searched refs:TmpProfilePath (Results 1 – 12 of 12) sorted by relevance

/art/artd/
Dpath_utils_test.cc43 using TmpProfilePath = ProfilePath::TmpProfilePath; typedef
153 EXPECT_THAT(BuildFinalProfilePath(TmpProfilePath{ in TEST_F()
162 EXPECT_THAT(BuildFinalProfilePath(TmpProfilePath{ in TEST_F()
172 BuildTmpProfilePath(TmpProfilePath{ in TEST_F()
181 EXPECT_THAT(BuildTmpProfilePath(TmpProfilePath{ in TEST_F()
190 EXPECT_THAT(BuildTmpProfilePath(TmpProfilePath{ in TEST_F()
238 BuildProfileOrDmPath(TmpProfilePath{ in TEST_F()
Dpath_utils.h85 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
88 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
125 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& tmp_profile_path);
Dpath_utils.cc58 using TmpProfilePath = ProfilePath::TmpProfilePath; typedef
256 Result<std::string> BuildFinalProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildFinalProfilePath()
260 Result<std::string> BuildTmpProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildTmpProfilePath()
319 bool PreRebootFlag(const TmpProfilePath& tmp_profile_path) { in PreRebootFlag()
Dartd.h144 const aidl::com::android::server::art::ProfilePath::TmpProfilePath& in_profile) override;
Dartd.cc134 using TmpProfilePath = ProfilePath::TmpProfilePath; typedef
758 ndk::ScopedAStatus Artd::commitTmpProfile(const TmpProfilePath& in_profile) { in commitTmpProfile()
Dartd_test.cc131 using TmpProfilePath = ProfilePath::TmpProfilePath; typedef
396 TmpProfilePath{.finalPath = PrimaryRefProfilePath{.packageName = "com.android.foo", in SetUp()
544 TmpProfilePath tmp_profile_path_;
/art/artd/binder/com/android/server/art/
DProfilePath.aidl30 TmpProfilePath tmpProfilePath;
100 parcelable TmpProfilePath {
DOutputProfile.aidl30 com.android.server.art.ProfilePath.TmpProfilePath profilePath;
DIArtd.aidl80 void commitTmpProfile(in com.android.server.art.ProfilePath.TmpProfilePath profile); in commitTmpProfile()
/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java26 import static com.android.server.art.ProfilePath.TmpProfilePath;
176 outputProfile.profilePath = new TmpProfilePath(); in buildOutputProfile()
DDexopter.java22 import static com.android.server.art.ProfilePath.TmpProfilePath;
610 private boolean commitProfileChanges(@NonNull TmpProfilePath profile) throws RemoteException { in commitProfileChanges()
DUtils.java19 import static com.android.server.art.ProfilePath.TmpProfilePath;