OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ERR_ALLOWED
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc
73
ErrorCode(ErrorCode::
ERR_ALLOWED
),
83
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
91
PR_SET_NAME, ErrorCode(ErrorCode::
ERR_ALLOWED
),
93
PR_SET_DUMPABLE, ErrorCode(ErrorCode::
ERR_ALLOWED
),
95
PR_GET_DUMPABLE, ErrorCode(ErrorCode::
ERR_ALLOWED
),
101
ErrorCode(ErrorCode::
ERR_ALLOWED
),
103
ErrorCode(ErrorCode::
ERR_ALLOWED
),
119
ErrorCode(ErrorCode::
ERR_ALLOWED
));
131
ErrorCode(ErrorCode::
ERR_ALLOWED
));
157
ErrorCode(ErrorCode::
ERR_ALLOWED
),
[
all
...]
baseline_policy.cc
87
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
95
ErrorCode(ErrorCode::
ERR_ALLOWED
),
104
ErrorCode(ErrorCode::
ERR_ALLOWED
),
/external/chromium_org/content/common/sandbox_linux/
bpf_ppapi_policy_linux.cc
50
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
57
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
61
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
bpf_renderer_policy_linux.cc
68
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
75
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
79
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
bpf_cros_arm_gpu_policy_linux.cc
143
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
165
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
177
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
183
ErrorCode(ErrorCode::
ERR_ALLOWED
),
188
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
bpf_gpu_policy_linux.cc
133
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
166
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
174
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
sandbox_seccomp_bpf_linux.cc
89
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
112
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
/external/chromium_org/sandbox/linux/seccomp-bpf/
errorcode_unittest.cc
18
ErrorCode e1(ErrorCode::
ERR_ALLOWED
);
42
ErrorCode e1(ErrorCode::
ERR_ALLOWED
);
43
ErrorCode e2(ErrorCode::
ERR_ALLOWED
);
62
ErrorCode e1(ErrorCode::
ERR_ALLOWED
);
63
ErrorCode e2(ErrorCode::
ERR_ALLOWED
);
sandbox_bpf_unittest.cc
91
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
127
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
145
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
183
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
234
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
291
ErrorCode(ErrorCode::
ERR_ALLOWED
),
294
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
310
ErrorCode(ErrorCode::
ERR_ALLOWED
));
312
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
369
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
[
all
...]
errorcode.h
26
// Allow this system call. The value of
ERR_ALLOWED
is pretty much
30
ERR_ALLOWED
= 0x04000000,
35
// This is very different from return
ERR_ALLOWED
.
demo.cc
325
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
331
ErrorCode(ErrorCode::
ERR_ALLOWED
),
334
ErrorCode(ErrorCode::
ERR_ALLOWED
),
366
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
errorcode.cc
12
case
ERR_ALLOWED
:
sandbox_bpf.cc
67
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
84
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
608
.Equals(ErrorCode(ErrorCode::
ERR_ALLOWED
)) ||
610
.Equals(ErrorCode(ErrorCode::
ERR_ALLOWED
))
614
.Equals(ErrorCode(ErrorCode::
ERR_ALLOWED
))
619
.Equals(ErrorCode(ErrorCode::
ERR_ALLOWED
))
648
// match what we expect, we return
ERR_ALLOWED
. If either or both don't
665
ErrorCode(ErrorCode::
ERR_ALLOWED
)),
[
all
...]
codegen_unittest.cc
48
// RET
ERR_ALLOWED
51
ErrorCode(ErrorCode::
ERR_ALLOWED
));
58
// 1: RET
ERR_ALLOWED
64
ErrorCode(ErrorCode::
ERR_ALLOWED
)));
70
// 0: RET
ERR_ALLOWED
79
ErrorCode(ErrorCode::
ERR_ALLOWED
));
syscall_unittest.cc
88
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
/external/chromium_org/components/nacl/loader/
nacl_sandbox_linux.cc
121
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
131
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
134
return ErrorCode(ErrorCode::
ERR_ALLOWED
);
Completed in 65 milliseconds