Home
last modified time | relevance | path

Searched refs:BuildPrebuiltProfilePath (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/artd/
H A Dpath_utils_test.cc198 TEST_F(PathUtilsTest, BuildPrebuiltProfilePath) { in TEST_F() argument
199 EXPECT_THAT(BuildPrebuiltProfilePath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()
H A Dpath_utils.cc212 Result<std::string> BuildPrebuiltProfilePath(const PrebuiltProfilePath& prebuilt_profile_path) { in BuildPrebuiltProfilePath() function
283 return BuildPrebuiltProfilePath(profile_path.get<ProfilePath::prebuiltProfilePath>()); in BuildProfileOrDmPath()
H A Dpath_utils.h66 android::base::Result<std::string> BuildPrebuiltProfilePath(