Searched refs:BuildPrebuiltProfilePath (Results 1 – 3 of 3) sorted by relevance
198 TEST_F(PathUtilsTest, BuildPrebuiltProfilePath) { in TEST_F() argument199 EXPECT_THAT(BuildPrebuiltProfilePath(PrebuiltProfilePath{.dexPath = "/a/b.apk"}), in TEST_F()
209 Result<std::string> BuildPrebuiltProfilePath(const PrebuiltProfilePath& prebuilt_profile_path) { in BuildPrebuiltProfilePath() function276 return BuildPrebuiltProfilePath(profile_path.get<ProfilePath::prebuiltProfilePath>()); in BuildProfileOrDmPath()
66 android::base::Result<std::string> BuildPrebuiltProfilePath(