• Home
  • Raw
  • Download

Lines Matching defs:uid

140 static bool isSystemApp(uid_t uid) {  in isSystemApp()
144 std::string ConvertUidToPath(const char* root_cgroup_path, uid_t uid, bool v2_path) { in ConvertUidToPath()
154 std::string ConvertUidPidToPath(const char* root_cgroup_path, uid_t uid, pid_t pid, bool v2_path) { in ConvertUidPidToPath()
159 bool ProfileAttribute::GetPathForProcess(uid_t uid, pid_t pid, std::string* path) const { in GetPathForProcess()
188 bool ProfileAttribute::GetPathForUID(uid_t uid, std::string* path) const { in GetPathForUID()
232 bool SetAttributeAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
373 bool SetCgroupAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
441 bool SetCgroupAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
482 uid_t uid, pid_t pid, bool logfailures) const { in WriteValueToFile()
549 bool WriteFileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
692 bool ApplyProfileAction::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
718 bool ApplyProfileAction::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
741 bool TaskProfile::ExecuteForProcess(uid_t uid, pid_t pid) const { in ExecuteForProcess()
798 bool TaskProfile::IsValidForProcess(uid_t uid, pid_t pid) const { in IsValidForProcess()
1093 bool TaskProfiles::SetUserProfiles(uid_t uid, std::span<const T> profiles, bool use_fd_cache) { in SetUserProfiles()
1111 bool TaskProfiles::SetProcessProfiles(uid_t uid, pid_t pid, std::span<const T> profiles, in SetProcessProfiles()