Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_publisher_sys_event_callback.cpp77 if (chmod(desPath.c_str(), FileUtil::FILE_PERM_666)) { in HandleEventFile()
H A Ddata_publisher.cpp192 if (chmod(desPath.c_str(), FileUtil::FILE_PERM_666)) { in HandleSubscribeTask()
/ohos5.0/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h59 constexpr mode_t FILE_PERM_666 = S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH | S_IWOTH; variable