Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h92 static bool IsInotify(int sysno);
Dbaseline_policy.cc77 SyscallSets::IsInotify(sysno) || in IsBaselinePolicyWatched()
Dsyscall_sets.cc889 bool SyscallSets::IsInotify(int sysno) { in IsInotify() function in sandbox::SyscallSets