Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h35 static bool IsAllowedOperationOnFd(int sysno);
Dbaseline_policy.cc60 SyscallSets::IsAllowedOperationOnFd(sysno); in IsBaselinePolicyAllowed()
Dsyscall_sets.cc334 bool SyscallSets::IsAllowedOperationOnFd(int sysno) { in IsAllowedOperationOnFd() function in sandbox::SyscallSets