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

/frameworks/native/cmds/installd/
H A Dinstalld.c527 int lsocket, s, count; local
543 lsocket = android_get_control_socket(SOCKET_PATH);
544 if (lsocket < 0) {
548 if (listen(lsocket, 5)) {
552 fcntl(lsocket, F_SETFD, FD_CLOEXEC);
556 s = accept(lsocket, &addr, &alen);

Completed in 3743 milliseconds