Home
last modified time | relevance | path

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

/art/artd/
Dpath_utils.h105 std::conditional_t<std::is_const_v<T>, bool, bool&> PreRebootFlag(T& profile_path) { in PreRebootFlag()
Dpath_utils.cc243 Result<std::string> BuildWritableProfilePath(const WritableProfilePath& profile_path) { in BuildWritableProfilePath()
271 Result<std::string> BuildProfileOrDmPath(const ProfilePath& profile_path) { in BuildProfileOrDmPath()
299 bool PreRebootFlag(const ProfilePath& profile_path) { in PreRebootFlag()
Dartd.cc615 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in isProfileUsable() local
775 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in deleteProfile() local
784 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileVisibility() local
820 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(profile)); in mergeProfiles() local
845 for (const std::string& profile_path : profile_paths) { in mergeProfiles() local
1004 std::optional<std::string> profile_path = in dexopt() local
1392 std::string profile_path = OR_RETURN_FATAL(BuildProfileOrDmPath(in_profile)); in getProfileSize() local