Searched refs:PrebuiltProfilePath (Results 1 – 5 of 5) sorted by relevance
26 PrebuiltProfilePath prebuiltProfilePath;49 parcelable PrebuiltProfilePath {
36 using PrebuiltProfilePath = ProfilePath::PrebuiltProfilePath; typedef212 EXPECT_THAT(BuildPrebuiltProfilePath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()248 EXPECT_THAT(BuildProfileOrDmPath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()
48 using PrebuiltProfilePath = ProfilePath::PrebuiltProfilePath; typedef199 Result<std::string> BuildPrebuiltProfilePath(const PrebuiltProfilePath& prebuilt_profile_path) { in BuildPrebuiltProfilePath()
56 const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);
21 import static com.android.server.art.ProfilePath.PrebuiltProfilePath;113 var prebuiltProfilePath = new PrebuiltProfilePath(); in buildProfilePathForPrebuilt()193 public static String toString(@NonNull PrebuiltProfilePath profile) { in toString()