Home
last modified time | relevance | path

Searched refs:ChangeMode (Results 1 – 5 of 5) sorted by relevance

/base/hiviewdfx/faultloggerd/utils/
Ddirectory_ex.cpp205 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode() function
216 return ChangeMode(fileName, mode); in ChangeModeFile()
243 if (!ChangeMode(subPath, mode)) { in ChangeModeDirectory()
253 if (!ChangeMode(currentPath, mode)) { in ChangeModeDirectory()
/base/hiviewdfx/hiview/adapter/utility/
Dfile_util.cpp265 if (ChangeMode(path, mode) != 0) { in CreateFile()
340 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode() function
362 if (!ChangeMode(tmpPath, mode)) { in ChangeModeDirectory()
366 return ChangeMode(path, mode); in ChangeModeDirectory()
/base/hiviewdfx/hiview/adapter/utility/platform/ohos/
Dfile_util.cpp140 bool ChangeMode(const string& fileName, const mode_t& mode) in ChangeMode() function
151 return ChangeMode(fileName, mode); in ChangeModeFile()
219 if (ChangeMode(path, mode) != 0) { in CreateFile()
/base/hiviewdfx/hiview/adapter/utility/platform/linux/
Dfile_util.cpp53 return ChangeMode(fileName, mode); in ChangeModeFile()
/base/hiviewdfx/hiview/adapter/utility/include/
Dfile_util.h82 bool ChangeMode(const std::string& fileName, const mode_t& mode);