Home
last modified time | relevance | path

Searched refs:SetFileAttributes (Results 1 – 2 of 2) sorted by relevance

/base/update/updater/utils/include/
Dutils.h93 void SetFileAttributes(const std::string& file, uid_t owner, gid_t group, mode_t mode);
/base/update/updater/utils/
Dutils.cpp117 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