Home
last modified time | relevance | path

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

/bionic/libc/seccomp/
Dseccomp_policy.cpp45 static const long primary_setresgid = __arm64_setresgid; variable
72 static const long primary_setresgid = __x86_64_setresgid; variable
99 static const long primary_setresgid = __mips64_setresgid; variable
197 __u32 setresgid_nr = primary ? primary_setresgid : secondary_setresgid; in ValidateSetUidGid()