Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/adapter/utility/include/
Dcommon_utils.h27 static constexpr mode_t DEFAULT_FILE_MODE = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH; // -rw… variable
Dfile_util.h52 constexpr mode_t DEFAULT_FILE_MODE = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH; // -rw-rw-r-- variable
67 int32_t CreateFile(const std::string &path, mode_t mode = DEFAULT_FILE_MODE);