Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp268 void PersistJsonStrToLocalFile(cJSON* root, const std::string& localFile) in PersistJsonStrToLocalFile() argument
279 FILE* file = fopen(localFile.c_str(), "w+"); in PersistJsonStrToLocalFile()
281 HIVIEW_LOGE("failed to open file: %{public}s.", localFile.c_str()); in PersistJsonStrToLocalFile()