Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/
H A Dexport_json_file_writer.cpp331 auto tmpZipFile = GetTmpZipFile(exportDir_, moduleName_, eventVersion_); in Write()
337 auto zipFile = GetZipFile(exportDir_); in Write()
352 exportDir_ = exportDir; in ExportJsonFileWriter()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/include/
H A Dexport_json_file_writer.h56 std::string exportDir_; variable