Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_parser.cpp728 …char *bigIconPngPath = BundleUtil::Strscat(bigIconPngPathComp, sizeof(bigIconPngPathComp) / sizeof… in ConvertIconResToBundleInfo() local
729 if (bigIconPngPath == nullptr) { in ConvertIconResToBundleInfo()
736 AdapterFree(bigIconPngPath); in ConvertIconResToBundleInfo()
742 if ((!isBigIconExisted && !BundleUtil::IsFile(bigIconPngPath))|| in ConvertIconResToBundleInfo()
746 AdapterFree(bigIconPngPath); in ConvertIconResToBundleInfo()
755 AdapterFree(bigIconPngPath); in ConvertIconResToBundleInfo()
757 bundleInfo->bigIconPath = bigIconPngPath; in ConvertIconResToBundleInfo()