Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp346 … std::string dynamicBundle = path.substr(iconPath.length() + 1, pos3 - iconPath.length() - 1); in LoadThemeIconResource() local
347 ThemeKey themeKey = ThemeKey(bundleName, dynamicBundle, ResType::MEDIA, iconName); in LoadThemeIconResource()