Home
last modified time | relevance | path

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

/bionic/libc/seccomp/
Dseccomp_policy.cpp43 static const long primary_setresgid = __arm64_setresgid; variable
66 static const long primary_setresgid = __x86_64_setresgid; variable
89 static const long primary_setresgid = __riscv64_setresgid; variable
168 __u32 setresgid_nr = primary ? primary_setresgid : secondary_setresgid; in ValidateSetUidGid()
171 __u32 setresgid_nr = primary_setresgid; in ValidateSetUidGid()