Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h31 static bool IsGetSimpleId(int sysno);
Dbaseline_policy.cc52 SyscallSets::IsGetSimpleId(sysno) || in IsBaselinePolicyAllowed()
Dsyscall_sets.cc223 bool SyscallSets::IsGetSimpleId(int sysno) { in IsGetSimpleId() function in sandbox::SyscallSets