Searched refs:local (Results 1 – 14 of 14) sorted by relevance
/system/core/adb/ |
D | SERVICES.TXT | 56 host:transport-local 77 host-local:<request> 99 <host-prefix>:forward:<local>;<remote> 100 Asks the ADB server to forward local connections from <local> 104 host-serial/host-usb/host-local/host prefixes as described previously 107 the format of <local> is one of: 110 local:<path> -> Unix local domain socket on <path> 115 local:<path> -> Unix local domain socket on device 118 or even any one of the local services described below. 120 <host-prefix>:forward:norebind:<local>;<remote> [all …]
|
D | protocol.txt | 50 The identifiers "local-id" and "remote-id" are always relative to the 96 --- OPEN(local-id, 0, "destination") ----------------------------------- 99 identified by local-id that it wishes to connect to the named 100 destination in the message payload. The local-id may not be zero. 111 * "local-dgram:<identifier>" 112 * "local-stream:<identifier>" 113 * "shell" - local shell service 118 --- READY(local-id, remote-id, "") ------------------------------------- 121 identified by local-id is ready for write messages and that it is 124 Neither the local-id nor the remote-id may be zero. [all …]
|
D | adb.c | 271 static void send_ready(unsigned local, unsigned remote, atransport *t) in send_ready() argument 276 p->msg.arg0 = local; in send_ready() 281 static void send_close(unsigned local, unsigned remote, atransport *t) in send_close() argument 286 p->msg.arg0 = local; in send_close() 1477 char *local, *remote, *err; in handle_forward_request() local 1484 local = strchr(service, ':') + 1; in handle_forward_request() 1487 if (createForward && !strncmp(local, "norebind:", 9)) { in handle_forward_request() 1489 local = strchr(local, ':') + 1; in handle_forward_request() 1492 remote = strchr(local,';'); in handle_forward_request() 1502 if((local[0] == 0) || (remote[0] == 0) || (remote[0] == '*')) { in handle_forward_request() [all …]
|
D | adb.h | 292 int init_socket_transport(atransport *t, int s, int port, int local); 299 int register_socket_transport(int s, const char *serial, int port, int local);
|
D | transport_local.c | 405 int init_socket_transport(atransport *t, int s, int adb_port, int local) in init_socket_transport() argument 420 if (HOST && local) { in init_socket_transport()
|
D | SYNC.TXT | 76 Retrieves a file from device to a local file. The remote path is the path to
|
D | OVERVIEW.TXT | 132 In theory, it should be possible to write a local transport that proxies
|
D | transport.c | 1000 int register_socket_transport(int s, const char *serial, int port, int local) in register_socket_transport() argument 1011 if (init_socket_transport(t, s, port, local) < 0) { in register_socket_transport()
|
/system/core/include/log/ |
D | log_read.h | 100 log_time local(*this); 101 return local -= T; 134 log_time local(*this); 135 return local -= T;
|
/system/netd/server/ |
D | PppController.cpp | 51 int PppController::attachPppd(const char *tty, struct in_addr local, in attachPppd() argument 80 char *l = strdup(inet_ntoa(local)); in attachPppd()
|
D | PppController.h | 34 int attachPppd(const char *tty, struct in_addr local,
|
/system/extras/tests/fstest/ |
D | README | 2 /data/local/perm_checker.conf, and any file/directory which fails the ruleset
|
/system/core/rootdir/ |
D | init.rc | 279 mkdir /data/local 0751 root root 282 # For security reasons, /data/local/tmp should always be empty. 283 # Do not place files or directories in /data/local/tmp 284 mkdir /data/local/tmp 0771 shell shell
|
/system/core/init/ |
D | readme.txt | 215 directories, e.g. /data/local/tmp, /data/data or any prefix thereof.
|