Searched refs:SetFileAttributes (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/update/updater/utils/ |
H A D | utils.cpp | 119 SetFileAttributes(updaterLogPath, USER_UPDATE_AUTHORITY, GROUP_UPDATE_AUTHORITY, mode); in SaveLogs() 486 SetFileAttributes(zipFile, USER_UPDATE_AUTHORITY, GROUP_SYS_AUTHORITY, mode); in CompressFiles() 526 SetFileAttributes(pkgName, USER_UPDATE_AUTHORITY, GROUP_SYS_AUTHORITY, mode); in CompressLogs() 969 void SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode) in SetFileAttributes() function
|
/ohos5.0/base/update/updater/utils/include/ |
H A D | utils.h | 106 void SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode);
|