Home
last modified time | relevance | path

Searched refs:in_referenceProfile (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dartd.cc812 const std::optional<ProfilePath>& in_referenceProfile, in mergeProfiles() argument
869 if (in_referenceProfile.has_value()) { in mergeProfiles()
876 OR_RETURN_FATAL(BuildProfileOrDmPath(*in_referenceProfile)); in mergeProfiles()
877 if (in_referenceProfile->getTag() == ProfilePath::dexMetadataPath) { in mergeProfiles()
Dartd.h155 const std::optional<aidl::com::android::server::art::ProfilePath>& in_referenceProfile,