Home
last modified time | relevance | path

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

/system/core/debuggerd/seccomp_policy/
Dcrash_dump.policy.def47 mprotect: arg2 in PROT_READ|PROT_WRITE
53 mmap: arg2 in PROT_READ|PROT_WRITE
57 mmap2: arg2 in PROT_READ|PROT_WRITE
Dcrash_dump.arm64.policy28 mprotect: arg2 in 0x1|0x2
32 mmap: arg2 in 0x1|0x2
Dcrash_dump.x86.policy29 mprotect: arg2 in 0x1|0x2
33 mmap2: arg2 in 0x1|0x2
Dcrash_dump.x86_64.policy28 mprotect: arg2 in 0x1|0x2
32 mmap: arg2 in 0x1|0x2
Dcrash_dump.arm.policy29 mprotect: arg2 in 0x1|0x2
33 mmap2: arg2 in 0x1|0x2
/system/core/libkeyutils/
Dkeyutils.cpp39 unsigned long arg2 = va_arg(va, unsigned long); in keyctl() local
44 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/system/connectivity/wificond/scanning/offload/
Dhidl_call_util.h61 std::function<void(Arg1T, Arg2T)> saveArgs = [this](Arg1T arg1, Arg2T arg2) {
62 this->saved_values = {arg1, arg2};
/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()
/system/core/adb/
DSERVICES.TXT155 shell:command arg1 arg2 ...
156 Run 'command arg1 arg2 ...' in a shell on the device, and return
/system/tpm/trunks/generator/
Draw_commands.txt18791 PolicyUpdate(commandCode, arg2, arg3)
18797 arg2
18807 policyDigestnew ≔ HpolicyAlg(policyDigestold || commandCode || arg2.name)
18829 The arg2.size and arg3.size fields are not included in the hashes.
18833 PolicyUpdate() uses two hashes because arg2 and arg3 are variable-sized and the concatenation of
18834 arg2 and arg3 in a single hash could produce the same digest even though arg2 and arg3 are
18836 digest produced by PolicyUpdate() will be different if arg2 and arg3 are different.
Draw_commands_fixed.txt18802 PolicyUpdate(commandCode, arg2, arg3)
18808 arg2
18818 policyDigestnew ≔ HpolicyAlg(policyDigestold || commandCode || arg2.name)
18840 The arg2.size and arg3.size fields are not included in the hashes.
18844 PolicyUpdate() uses two hashes because arg2 and arg3 are variable-sized and the concatenation of
18845 arg2 and arg3 in a single hash could produce the same digest even though arg2 and arg3 are
18847 digest produced by PolicyUpdate() will be different if arg2 and arg3 are different.