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

/frameworks/native/cmds/installd/
H A Dinstalld.cpp664 int lsocket, s; local
691 lsocket = android_get_control_socket(SOCKET_PATH);
692 if (lsocket < 0) {
696 if (listen(lsocket, 5)) {
700 fcntl(lsocket, F_SETFD, FD_CLOEXEC);
704 s = accept(lsocket, &addr, &alen);

Completed in 593 milliseconds