Searched refs:BuildTmpProfilePath (Results 1 – 5 of 5) sorted by relevance
172 BuildTmpProfilePath(TmpProfilePath{ in TEST_F()181 EXPECT_THAT(BuildTmpProfilePath(TmpProfilePath{ in TEST_F()190 EXPECT_THAT(BuildTmpProfilePath(TmpProfilePath{ in TEST_F()
260 Result<std::string> BuildTmpProfilePath(const TmpProfilePath& tmp_profile_path) { in BuildTmpProfilePath() function284 return BuildTmpProfilePath(profile_path.get<ProfilePath::tmpProfilePath>()); in BuildProfileOrDmPath()
87 android::base::Result<std::string> BuildTmpProfilePath(
1425 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()
760 std::string tmp_profile_path = OR_RETURN_FATAL(BuildTmpProfilePath(in_profile)); in commitTmpProfile()