Home
last modified time | relevance | path

Searched refs:BuildTmpProfilePath (Results 1 – 5 of 5) sorted by relevance

/art/artd/
Dpath_utils_test.cc172 BuildTmpProfilePath(TmpProfilePath{ in TEST_F()
181 EXPECT_THAT(BuildTmpProfilePath(TmpProfilePath{ in TEST_F()
190 EXPECT_THAT(BuildTmpProfilePath(TmpProfilePath{ in TEST_F()
Dpath_utils.cc260 Result<std::string> BuildTmpProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildTmpProfilePath() function
284 return BuildTmpProfilePath(profile_path.get<ProfilePath::tmpProfilePath>()); in BuildProfileOrDmPath()
Dpath_utils.h87 android::base::Result<std::string> BuildTmpProfilePath(
Dartd_test.cc1425 std::string real_path = OR_FATAL(BuildTmpProfilePath(dst.profilePath)); in TEST_F()
1606 std::string real_path = OR_FATAL(BuildTmpProfilePath(dst.profilePath)); in TEST_F()
1663 std::string tmp_profile_file = OR_FATAL(BuildTmpProfilePath(tmp_profile_path_)); in TEST_F()
1905 std::string real_path = OR_FATAL(BuildTmpProfilePath(output_profile.profilePath)); in TEST_F()
Dartd.cc760 std::string tmp_profile_path = OR_RETURN_FATAL(BuildTmpProfilePath(in_profile)); in commitTmpProfile()