Home
last modified time | relevance | path

Searched refs:GROUP_ROOT_AUTHORITY (Results 1 - 2 of 2) sorted by relevance

/base/update/updater/utils/include/
H A Dutils.h38 constexpr int GROUP_ROOT_AUTHORITY = 0; member
/base/update/updater/utils/
H A Dutils.cpp972 if (chown(file.c_str(), USER_ROOT_AUTHORITY, GROUP_ROOT_AUTHORITY) != 0) { in SetFileAttributes()
973 LOG(ERROR) << "Chown failed: " << file << " " << USER_ROOT_AUTHORITY << "," << GROUP_ROOT_AUTHORITY; in SetFileAttributes() local

Completed in 3 milliseconds