Home
last modified time | relevance | path

Searched refs:BuildPrimaryCurProfilePath (Results 1 – 4 of 4) sorted by relevance

/art/artd/
Dpath_utils_test.cc216 TEST_F(PathUtilsTest, BuildPrimaryCurProfilePath) { in TEST_F() argument
217 EXPECT_THAT(BuildPrimaryCurProfilePath(PrimaryCurProfilePath{ in TEST_F()
Dpath_utils.h58 android::base::Result<std::string> BuildPrimaryCurProfilePath(
Dpath_utils.cc204 Result<std::string> BuildPrimaryCurProfilePath( in BuildPrimaryCurProfilePath() function
259 return BuildPrimaryCurProfilePath(profile_path.get<ProfilePath::primaryCurProfilePath>()); in BuildProfileOrDmPath()
Dartd_test.cc1600 std::string profile_0_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_0_path)); in TEST_F()
1604 std::string profile_1_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_1_path)); in TEST_F()
1656 std::string profile_0_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_0_path)); in TEST_F()
1702 std::string profile_0_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_0_path)); in TEST_F()
1707 std::string profile_1_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_1_path)); in TEST_F()
1735 std::string profile_0_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_0_path)); in TEST_F()
1770 std::string profile_0_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_0_path)); in TEST_F()
1809 std::string profile_0_file = OR_FATAL(BuildPrimaryCurProfilePath(profile_0_path)); in TEST_F()