Home
last modified time | relevance | path

Searched defs:arg2 (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DCryptCommandListener.cpp148 static int do_enablecrypto(char* arg2, char* arg4, int type, bool no_ui) { in do_enablecrypto()
256 char* arg2 = argc > 2 ? strdup(argv[2]) : NULL; in runCommand() local
/system/extras/ext4_utils/
Dkey_control.cpp11 unsigned long arg2, arg3, arg4, arg5; in keyctl() local
/system/connectivity/shill/
Dlogging.h42 #define GET_MACRO_OVERLOAD2(arg1, arg2, arg3, macro_name, ...) macro_name argument
/system/sepolicy/tools/
Dsepolicy-check.c43 int check(int op, uint16_t arg1, uint16_t arg2) { in check()