Home
last modified time | relevance | path

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

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