Home
last modified time | relevance | path

Searched defs:profile_path (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dartd.cc451 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in isProfileUsable() local
578 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in deleteProfile() local
591 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileVisibility() local
625 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(profile)); in mergeProfiles() local
649 for (const std::string& profile_path : profile_paths) { in mergeProfiles() local
802 std::optional<std::string> profile_path = in dexopt() local
Dpath_utils.cc252 Result<std::string> BuildProfileOrDmPath(const ProfilePath& profile_path) { in BuildProfileOrDmPath()