Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp733 …char *smallIconPngPath = BundleUtil::Strscat(smallIconPngPathComp, sizeof(smallIconPngPathComp) / … in ConvertIconResToBundleInfo() local
734 if (smallIconPngPath == nullptr) { in ConvertIconResToBundleInfo()
743 (!isSmallIconExisted && !BundleUtil::IsFile(smallIconPngPath))) { in ConvertIconResToBundleInfo()
747 AdapterFree(smallIconPngPath); in ConvertIconResToBundleInfo()
762 AdapterFree(smallIconPngPath); in ConvertIconResToBundleInfo()
764 bundleInfo->smallIconPath = smallIconPngPath; in ConvertIconResToBundleInfo()