Searched refs:arg0 (Results 1 - 12 of 12) sorted by relevance

/system/connectivity/shill/shims/
H A Dnfqueue-seccomp-amd64.policy26 # socket: arg0 == PF_FILE || arg0 == PF_INET || arg0 == PF_NETLINK
27 socket: arg0 == 1 || arg0 == 2 || arg0 == 16
H A Dnfqueue-seccomp-mips.policy41 # socket: arg0 == PF_LOCAL || arg0 == PF_INET || arg0 == PF_NETLINK
42 socket: arg0 == 1 || arg0 == 2 || arg0 == 16
H A Dnfqueue-seccomp-arm.policy29 # socket: arg0 == PF_FILE || arg0 == PF_INET || arg0 == PF_NETLINK
30 socket: arg0 == 1 || arg0 == 2 || arg0 == 16
/system/tpm/tpm_manager/server/
H A Dtpm_manager-seccomp-amd64.policy32 socket: arg0 == 0x1 || arg0 == 0x10
/system/sepolicy/tools/sepolicy-analyze/
H A Dsepolicy-analyze.c30 void usage(char *arg0) argument
34 fprintf(stderr, "%s must be called on a policy file with a component and the appropriate arguments specified\n", arg0);
35 fprintf(stderr, "%s <policy-file>:\n", arg0);
/system/core/adb/
H A Dadb_auth.cpp48 p->msg.arg0 = ADB_AUTH_TOKEN;
67 p->msg.arg0 = ADB_AUTH_SIGNATURE;
86 p->msg.arg0 = ADB_AUTH_RSAPUBLICKEY;
H A Dadb.cpp140 label, tag, p->msg.arg0, p->msg.arg1, p->msg.data_length);
166 p->msg.arg0 = local;
176 p->msg.arg0 = local;
211 cp->msg.arg0 = t->get_protocol_version();
300 t->update_version(p->msg.arg0, p->msg.arg1);
329 if(p->msg.arg0){
346 if (p->msg.arg0 == ADB_AUTH_TOKEN) {
355 } else if (p->msg.arg0 == ADB_AUTH_SIGNATURE) {
364 } else if (p->msg.arg0 == ADB_AUTH_RSAPUBLICKEY) {
370 if (t->online && p->msg.arg0 !
[all...]
H A Dtransport.cpp55 char arg0[12], arg1[12]; local
72 if (p->msg.arg0 < 256U)
73 snprintf(arg0, sizeof arg0, "%d", p->msg.arg0);
75 snprintf(arg0, sizeof arg0, "0x%x", p->msg.arg0);
82 std::string result = android::base::StringPrintf("%s: %s: [%s] arg0=%s arg1=%s (len=%d) ",
83 name, func, cmd, arg0, arg
[all...]
H A Dadb.h60 unsigned arg0; /* first argument */ member in struct:amessage
H A Dsockets.cpp455 p->msg.arg0 = s->peer->id;
466 p->msg.arg0 = s->peer->id;
477 p->msg.arg0 = s->peer->id;
530 p->msg.arg0 = s->id;
/system/update_engine/
H A Ddbus_test_utils.h83 mock_signal_handler->GrabCallbacks(arg0, arg1);
/system/sepolicy/tools/
H A Dsepolicy-check.c17 void usage(char *arg0) { argument
18 fprintf(stderr, "%s -s <source> -t <target> -c <class> -p <perm> -P <policy file>\n", arg0);

Completed in 1142 milliseconds