Home
last modified time | relevance | path

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

/bionic/libc/seccomp/
Dseccomp_policy.cpp57 static const long secondary_setresgid = __arm_setresgid; variable
84 static const long secondary_setresgid = __x86_setresgid; variable
111 static const long secondary_setresgid = __mips_setresgid; variable
197 __u32 setresgid_nr = primary ? primary_setresgid : secondary_setresgid; in ValidateSetUidGid()