Lines Matching defs:uid
129 bool ProfileAttribute::GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const { in GetPathForProcess()
158 bool ProfileAttribute::GetPathForUID(uid_t uid, std::string* path) const { in GetPathForUID()
242 bool SetAttributeAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
381 bool SetCgroupAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
449 bool SetCgroupAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
490 int uid, int pid, bool logfailures) const { in WriteValueToFile()
557 bool WriteFileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
649 bool ApplyProfileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
675 bool ApplyProfileAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
698 bool TaskProfile::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
755 bool TaskProfile::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
998 bool TaskProfiles::SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache) { in SetUserProfiles()
1016 bool TaskProfiles::SetProcessProfiles(uid_t uid, pid_t pid, std::span<const T> profiles, in SetProcessProfiles()