Searched refs:PrebuiltProfilePath (Results 1 – 5 of 5) sorted by relevance
26 PrebuiltProfilePath prebuiltProfilePath;55 parcelable PrebuiltProfilePath {
38 using PrebuiltProfilePath = ProfilePath::PrebuiltProfilePath; typedef199 EXPECT_THAT(BuildPrebuiltProfilePath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()244 EXPECT_THAT(BuildProfileOrDmPath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()
53 using PrebuiltProfilePath = ProfilePath::PrebuiltProfilePath; typedef209 Result<std::string> BuildPrebuiltProfilePath(const PrebuiltProfilePath& prebuilt_profile_path) { in BuildPrebuiltProfilePath()
67 const aidl::com::android::server::art::ProfilePath::PrebuiltProfilePath& prebuilt_profile_path);
21 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()