Home
last modified time | relevance | path

Searched refs:arg2 (Results 1 – 6 of 6) sorted by relevance

/system/core/debuggerd/seccomp_policy/
Dcrash_dump.x86_64.policy29 mprotect: arg2 in 0x1|0x2
33 mmap: arg2 in 0x1|0x2
Dcrash_dump.arm.policy30 mprotect: arg2 in 0x1|0x2
34 mmap2: arg2 in 0x1|0x2
Dcrash_dump.x86.policy30 mprotect: arg2 in 0x1|0x2
34 mmap2: arg2 in 0x1|0x2
Dcrash_dump.arm64.policy29 mprotect: arg2 in 0x1|0x2
33 mmap: arg2 in 0x1|0x2
Dcrash_dump.policy.def53 mprotect: arg2 in PROT_READ|PROT_WRITE
59 mmap: arg2 in PROT_READ|PROT_WRITE
63 mmap2: arg2 in PROT_READ|PROT_WRITE
/system/sepolicy/tools/
Dsepolicy-check.c43 int check(int op, uint16_t arg1, uint16_t arg2) { in check() argument
46 return arg1 == arg2; in check()
48 return arg1 != arg2; in check()