Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h32 static bool IsProcessPrivilegeChange(int sysno);
Dbaseline_policy.cc225 SyscallSets::IsProcessPrivilegeChange(sysno)) { in EvaluateSyscallImpl()
Dsyscall_sets.cc252 bool SyscallSets::IsProcessPrivilegeChange(int sysno) { in IsProcessPrivilegeChange() function in sandbox::SyscallSets