Searched defs:profile_path (Results 1 – 2 of 2) sorted by relevance
451 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in isProfileUsable() local578 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in deleteProfile() local591 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileVisibility() local625 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(profile)); in mergeProfiles() local649 for (const std::string& profile_path : profile_paths) { in mergeProfiles() local802 std::optional<std::string> profile_path = in dexopt() local
252 Result<std::string> BuildProfileOrDmPath(const ProfilePath& profile_path) { in BuildProfileOrDmPath()