Home
last modified time | relevance | path

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

/bootable/recovery/recovery_utils/
Dlogging.cpp232 chown(LOG_FILE, AID_SYSTEM, AID_SYSTEM); in copy_logs()
234 chown(LAST_KMSG_FILE, AID_SYSTEM, AID_SYSTEM); in copy_logs()
237 chown(LAST_INSTALL_FILE, AID_SYSTEM, AID_SYSTEM); in copy_logs()
/bootable/recovery/updater/
Dblockimg.cpp72 #define AID_SYSTEM -1 macro
159 if (chown(last_command_tmp.c_str(), AID_SYSTEM, AID_SYSTEM) == -1) { in UpdateLastCommandIndex()
849 if (fchown(fd, AID_SYSTEM, AID_SYSTEM) != 0) { // system user in WriteStash()
903 if (chown(dirname.c_str(), AID_SYSTEM, AID_SYSTEM) != 0) { // system user in CreateStash()