Searched refs:StoreJsonContentToFile (Results 1 – 4 of 4) sorted by relevance
64 static bool StoreJsonContentToFile(const char *packageJson, const cJSON *object);
695 (void) BundleUtil::StoreJsonContentToFile(path, root); in RecordThirdSystemBundle()736 BundleUtil::StoreJsonContentToFile(path, root); in InitThirdSystemBundleRecord()751 if (!BundleUtil::StoreJsonContentToFile(jsonPath, object)) { in BackUpInstallRecord()
987 bool BundleUtil::StoreJsonContentToFile(const char *packageJson, const cJSON *object) in StoreJsonContentToFile() function in OHOS::BundleUtil
1033 (void)BundleUtil::StoreJsonContentToFile(bundleJsonPath, installRecordObj); in TransformJsToBc()