Home
last modified time | relevance | path

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

/external/libchrome/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_sets.h22 static bool IsAllowedGettime(int sysno);
Dbaseline_policy.cc49 SyscallSets::IsAllowedGettime(sysno) || in IsBaselinePolicyAllowed()
Dsyscall_sets.cc28 bool SyscallSets::IsAllowedGettime(int sysno) { in IsAllowedGettime() function in sandbox::SyscallSets