Searched refs:SetFileAttributes (Results 1 – 2 of 2) sorted by relevance
| /base/update/updater/utils/include/ |
| D | utils.h | 93 void SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode);
|
| /base/update/updater/utils/ |
| D | utils.cpp | 117 SetFileAttributes(updaterLogPath, USER_UPDATE_AUTHORITY, GROUP_UPDATE_AUTHORITY, mode); in SaveLogs() 505 SetFileAttributes(pkgName, USER_UPDATE_AUTHORITY, GROUP_UPDATE_AUTHORITY, mode); in CompressLogs() 978 void SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode) in SetFileAttributes() function
|