Home
last modified time | relevance | path

Searched refs:ChangeMode (Results 1 - 4 of 4) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/include/
H A Dfile_util.h36 bool ChangeMode(const std::string& file, const mode_t& mode);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
H A Dfile_util.cpp149 bool ChangeMode(const std::string& file, const mode_t& mode) in ChangeMode() function
165 return ChangeMode(file, mode); in CreateFile()
/base/hiviewdfx/hiview/base/utility/
H A Dfile_util.cpp202 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode() function
213 return ChangeMode(fileName, mode); in ChangeModeFile()
281 if (!ChangeMode(path, mode)) { in CreateFile()
/base/hiviewdfx/hiview/base/utility/include/
H A Dfile_util.h89 bool ChangeMode(const std::string& fileName, const mode_t& mode);

Completed in 3 milliseconds