Searched refs:installRecordJson (Results 1 – 1 of 1) sorted by relevance
933 cJSON *installRecordJson = BundleUtil::GetJsonStream(bundleJsonPath); in TransformJsToBcWhenRestart() local934 if (installRecordJson == nullptr) { in TransformJsToBcWhenRestart()941 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()949 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()955 … cJSON *oldJsEngineVerObj = cJSON_GetObjectItem(installRecordJson, JSON_SUB_KEY_JSENGINE_VERSION); in TransformJsToBcWhenRestart()958 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()966 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()974 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()982 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()988 TransformJsToBc(codePath, bundleJsonPath, installRecordJson); in TransformJsToBcWhenRestart()[all …]