Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Dtheme_pack_resource.cpp301 std::string ThemeResource::GetThemeResBundleName(const std::string &themePath) in GetThemeResBundleName() argument
303 auto pos = themePath.rfind('/'); in GetThemeResBundleName()
305 RESMGR_HILOGE(RESMGR_TAG, "invalid themePath = %{public}s", themePath.c_str()); in GetThemeResBundleName()
308 std::string bundleName = themePath.substr(pos + 1); in GetThemeResBundleName()
/ohos5.0/base/global/resource_management/frameworks/resmgr/include/
H A Dtheme_pack_resource.h137 std::string GetThemeResBundleName(const std::string &themePath);