Home
last modified time | relevance | path

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

/bionic/libc/seccomp/
Dseccomp_policy.cpp53 static const long secondary_setresgid = __arm_setresgid; variable
76 static const long secondary_setresgid = __x86_setresgid; variable
168 __u32 setresgid_nr = primary ? primary_setresgid : secondary_setresgid; in ValidateSetUidGid()