Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp987 bool BundleUtil::StoreJsonContentToFile(const char *packageJson, const cJSON *object) in StoreJsonContentToFile() argument
1004 if (!CheckRealPath(packageJson)) { in StoreJsonContentToFile()
1012 if (IsFile(packageJson) && unlink(packageJson) < 0) { in StoreJsonContentToFile()
1020 int32_t fp = open(packageJson, O_RDWR | O_CREAT, S_IREAD | S_IWRITE); in StoreJsonContentToFile()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_util.h64 static bool StoreJsonContentToFile(const char *packageJson, const cJSON *object);