Searched refs:SetBundleInfoDataPath (Results 1 – 5 of 5) sorted by relevance
34 static bool SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath);
56 SetBundleInfoDataPath(des, src.dataPath); in CopyBundleInfo()197 bool BundleInfoUtils::SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath) in SetBundleInfoDataPath() function in OHOS::BundleInfoUtils
629 …if (!cJSON_IsString(item) || !BundleInfoUtils::SetBundleInfoDataPath(bundleInfo, item->valuestring… in ConvertJsonToBundleInfo()
155 !BundleInfoUtils::SetBundleInfoDataPath(bundleInfo, dataPath.c_str()) || in SetBundleInfo()
721 !BundleInfoUtils::SetBundleInfoDataPath(bundleInfo, oldBundleInfo->dataPath)) { in CheckVersionAndSignature()