Home
last modified time | relevance | path

Searched refs:EVENT_EXPORT_DIR_MODE (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.cpp63 constexpr mode_t EVENT_EXPORT_DIR_MODE = S_IRWXU | S_IROTH | S_IWOTH | S_IXOTH; // rwx---rwx variable
260 if (!FileUtil::ChangeModeFile(dir, EVENT_EXPORT_DIR_MODE)) { in GetZipFile()