Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils.h115 std::conditional_t<std::is_const_v<T>, bool, bool&> PreRebootFlag(T& profile_path) { in PreRebootFlag()
Dpath_utils.cc264 Result<std::string> BuildWritableProfilePath(const WritableProfilePath& profile_path) { in BuildWritableProfilePath()
292 Result<std::string> BuildProfileOrDmPath(const ProfilePath& profile_path) { in BuildProfileOrDmPath()
333 bool PreRebootFlag(const ProfilePath& profile_path) { in PreRebootFlag()
Dartd.cc631 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in isProfileUsable() local
791 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in deleteProfile() local
800 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileVisibility() local
836 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(profile)); in mergeProfiles() local
861 for (const std::string& profile_path : profile_paths) { in mergeProfiles() local
1078 std::optional<std::string> profile_path = in dexopt() local
1504 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileSize() local