Searched refs:packageJson (Results 1 – 2 of 2) sorted by relevance
987 bool BundleUtil::StoreJsonContentToFile(const char *packageJson, const cJSON *object) in StoreJsonContentToFile() argument1004 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()
64 static bool StoreJsonContentToFile(const char *packageJson, const cJSON *object);