Searched refs:SetBundleInfoCodePath (Results 1 – 5 of 5) sorted by relevance
33 static bool SetBundleInfoCodePath(BundleInfo *bundleInfo, const char *codePath);
55 SetBundleInfoCodePath(des, src.codePath); in CopyBundleInfo()186 bool BundleInfoUtils::SetBundleInfoCodePath(BundleInfo *bundleInfo, const char *codePath) in SetBundleInfoCodePath() function in OHOS::BundleInfoUtils
625 …if (!cJSON_IsString(item) || !BundleInfoUtils::SetBundleInfoCodePath(bundleInfo, item->valuestring… in ConvertJsonToBundleInfo()
154 !BundleInfoUtils::SetBundleInfoCodePath(bundleInfo, codePath.c_str()) || in SetBundleInfo()
720 if (!BundleInfoUtils::SetBundleInfoCodePath(bundleInfo, oldBundleInfo->codePath) || in CheckVersionAndSignature()