OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x86_64_app_filter
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/seccomp/
seccomp_bpfs.h
43
extern const struct sock_filter
x86_64_app_filter
[];
x86_64_app_policy.cpp
7
const sock_filter
x86_64_app_filter
[] = {
variable
113
const size_t x86_64_app_filter_size = sizeof(
x86_64_app_filter
) / sizeof(struct sock_filter);
seccomp_policy.cpp
53
static const struct sock_filter* primary_app_filter =
x86_64_app_filter
;
Completed in 229 milliseconds