Home
last modified time | relevance | path

Searched refs:server_port (Results 1 – 3 of 3) sorted by relevance

/system/core/adb/daemon/
Dmain.cpp97 static void drop_privileges(int server_port) { in drop_privileges() argument
138 android::base::StringPrintf("tcp:%d", server_port); in drop_privileges()
150 int adbd_main(int server_port) { in adbd_main() argument
177 drop_privileges(server_port); in adbd_main()
/system/update_engine/scripts/
Dupdate_device.py173 self.port = self._httpd.server_port
/system/core/adb/
Dcommandline.cpp1538 int server_port = DEFAULT_ADB_PORT; in adb_commandline() local
1541 if (!android::base::ParseInt(server_port_str, &server_port, 1, 65535)) { in adb_commandline()
1553 rc = asprintf(&temp, "tcp:%s:%d", server_host_str, server_port); in adb_commandline()
1555 rc = asprintf(&temp, "tcp:%d", server_port); in adb_commandline()