OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ET_COND
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode.cc
37
: error_type_(
ET_COND
),
59
} else if (error_type_ ==
ET_COND
) {
84
} else if (error_type_ ==
ET_COND
) {
errorcode.h
102
ET_INVALID, ET_SIMPLE, ET_TRAP,
ET_COND
,
verifier.cc
43
} else if (code.error_type() == ErrorCode::
ET_COND
) {
106
} else if (code.error_type() == ErrorCode::
ET_COND
) {
sandbox_bpf.cc
765
if (err.error_type_ == ErrorCode::
ET_COND
) {
[
all
...]
Completed in 248 milliseconds