Home
last modified time | relevance | path

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

/system/vold/
DCryptCommandListener.cpp150 static int do_enablecrypto(char* arg2, char* arg4, int type, bool no_ui) { in do_enablecrypto() argument
155 rc = cryptfs_enable_default(arg2, no_ui); in do_enablecrypto()
157 rc = cryptfs_enable(arg2, type, arg4, no_ui); in do_enablecrypto()
161 free(arg2); in do_enablecrypto()
169 free(arg2); in do_enablecrypto()
267 char* arg2 = argc > 2 ? strdup(argv[2]) : NULL; in runCommand() local
269 std::thread(&do_enablecrypto, arg2, arg4, type, no_ui).detach(); in runCommand()
/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_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.
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.