Home
last modified time | relevance | path

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

/system/core/init/
Dkeyutils.h31 unsigned long arg2, arg3, arg4, arg5; in keyctl() local
34 arg2 = va_arg(va, unsigned long); in keyctl()
39 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/system/extras/ext4_utils/
Dkey_control.cpp11 unsigned long arg2, arg3, arg4, arg5; in keyctl() local
14 arg2 = va_arg(va, unsigned long); in keyctl()
19 return syscall(__NR_keyctl, cmd, arg2, arg3, arg4, arg5); in keyctl()
/system/vold/
DCryptCommandListener.cpp149 static int do_enablecrypto(char* arg2, char* arg4, int type, bool no_ui) { in do_enablecrypto() argument
154 rc = cryptfs_enable_default(arg2, no_ui); in do_enablecrypto()
156 rc = cryptfs_enable(arg2, type, arg4, no_ui); in do_enablecrypto()
160 free(arg2); in do_enablecrypto()
168 free(arg2); in do_enablecrypto()
257 char* arg2 = argc > 2 ? strdup(argv[2]) : NULL; in runCommand() local
259 std::thread(&do_enablecrypto, arg2, arg4, type, no_ui).detach(); in runCommand()
/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/fs_mgr/
Dfs_mgr.cpp289 const char* arg2 = nullptr; in do_quota_with_shutdown_check() local
329 arg2 = "-Qusrquota,grpquota"; in do_quota_with_shutdown_check()
335 arg2 = "-O^quota"; in do_quota_with_shutdown_check()
345 arg2, in do_quota_with_shutdown_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.