Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils_test.cc209 TEST_F(PathUtilsTest, BuildSecondaryRefProfilePath) { in TEST_F() argument
211 BuildSecondaryRefProfilePath(SecondaryRefProfilePath{ in TEST_F()
217 EXPECT_THAT(BuildSecondaryRefProfilePath(SecondaryRefProfilePath{ in TEST_F()
Dpath_utils.cc225 Result<std::string> BuildSecondaryRefProfilePath( in BuildSecondaryRefProfilePath() function
248 return BuildSecondaryRefProfilePath(profile_path.get<WritableProfilePath::forSecondary>()); in BuildWritableProfilePath()
280 return BuildSecondaryRefProfilePath(profile_path.get<ProfilePath::secondaryRefProfilePath>()); in BuildProfileOrDmPath()
Dpath_utils.h73 android::base::Result<std::string> BuildSecondaryRefProfilePath(