OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERR_ALLOWED
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode_unittest.cc
21
ErrorCode e1(ErrorCode::
ERR_ALLOWED
);
56
ErrorCode e1(ErrorCode::
ERR_ALLOWED
);
57
ErrorCode e2(ErrorCode::
ERR_ALLOWED
);
76
ErrorCode e1(ErrorCode::
ERR_ALLOWED
);
77
ErrorCode e2(ErrorCode::
ERR_ALLOWED
);
bpf_tests_unittest.cc
47
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
99
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
errorcode.h
24
// Allow this system call. The value of
ERR_ALLOWED
is pretty much
28
ERR_ALLOWED
= 0x04000000,
39
// This is very different from return
ERR_ALLOWED
.
errorcode.cc
17
case
ERR_ALLOWED
:
sandbox_bpf.cc
104
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
126
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
731
.Equals(ErrorCode(ErrorCode::
ERR_ALLOWED
))) {
757
// we expect, we return
ERR_ALLOWED
. If either or both don't match,
774
RetExpression(gen, ErrorCode(ErrorCode::
ERR_ALLOWED
)),
[
all
...]
syscall_unittest.cc
113
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
/external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl.cc
25
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
Completed in 1425 milliseconds