Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/
H A Db_json_cached_entity.h60 const std::string jsonFileContent = Json::writeString(builder, obj_); in Persist() local
61 … HILOGD("Try to persist a Json object, whose content reads: %{public}s", jsonFileContent.c_str()); in Persist()
63 BFile::Write(srcFile_, jsonFileContent); in Persist()