Searched refs:BuildSecondaryCurProfilePath (Results 1 – 3 of 3) sorted by relevance
228 TEST_F(PathUtilsTest, BuildSecondaryCurProfilePath) { in TEST_F() argument229 EXPECT_THAT(BuildSecondaryCurProfilePath(SecondaryCurProfilePath{ in TEST_F()
66 android::base::Result<std::string> BuildSecondaryCurProfilePath(
221 Result<std::string> BuildSecondaryCurProfilePath( in BuildSecondaryCurProfilePath() function263 return BuildSecondaryCurProfilePath(profile_path.get<ProfilePath::secondaryCurProfilePath>()); in BuildProfileOrDmPath()