Home
last modified time | relevance | path

Searched refs:VALID_ONLY (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/sandbox/linux/bpf_dsl/
Dsyscall_set.h46 static SyscallSet ValidOnly() { return SyscallSet(Set::VALID_ONLY); } in ValidOnly()
58 enum class Set { ALL, VALID_ONLY, INVALID_ONLY }; enumerator
Dsyscall_set.cc71 if (!done && set_ == (IsValid(num_) ? Set::INVALID_ONLY : Set::VALID_ONLY)) { in Iterator()
96 const bool want_invalid = (set_ != Set::VALID_ONLY); in NextSyscall()