OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VALID_ONLY
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/sandbox/linux/bpf_dsl/
syscall_set.h
46
static SyscallSet ValidOnly() { return SyscallSet(Set::
VALID_ONLY
); }
58
enum class Set { ALL,
VALID_ONLY
, INVALID_ONLY };
syscall_set.cc
71
if (!done && set_ == (IsValid(num_) ? Set::INVALID_ONLY : Set::
VALID_ONLY
)) {
96
const bool want_invalid = (set_ != Set::
VALID_ONLY
);
Completed in 140 milliseconds