Home
last modified time | relevance | path

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

/art/artd/binder/com/android/server/art/
DProfilePath.aidl26 PrebuiltProfilePath prebuiltProfilePath;
55 parcelable PrebuiltProfilePath {
/art/artd/
Dpath_utils_test.cc38 using PrebuiltProfilePath = ProfilePath::PrebuiltProfilePath; typedef
199 EXPECT_THAT(BuildPrebuiltProfilePath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()
244 EXPECT_THAT(BuildProfileOrDmPath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()
Dpath_utils.cc53 using PrebuiltProfilePath = ProfilePath::PrebuiltProfilePath; typedef
209 Result<std::string> BuildPrebuiltProfilePath(const PrebuiltProfilePath& prebuilt_profile_path) { in BuildPrebuiltProfilePath()
Dpath_utils.h67 const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);
/art/libartservice/service/java/com/android/server/art/
DAidlUtils.java21 import static com.android.server.art.ProfilePath.PrebuiltProfilePath;
137 var prebuiltProfilePath = new PrebuiltProfilePath(); in buildProfilePathForPrebuilt()
245 public static String toString(@NonNull PrebuiltProfilePath profile) { in toString()