Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp2018 std::string profileConfiguration = configuration.substr(pos + strlen(PROFILE_PREFIX)); in ToInnerProfileConfiguration() local
2019 std::string profilePath = PROFILE_PATH + profileConfiguration + JSON_SUFFIX; in ToInnerProfileConfiguration()