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