Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h28 static bool IsFileSystem(int sysno);
Dbaseline_policy.cc210 if (SyscallSets::IsFileSystem(sysno) || in EvaluateSyscallImpl()
Dsyscall_sets.cc77 bool SyscallSets::IsFileSystem(int sysno) { in IsFileSystem() function in sandbox::SyscallSets