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

/system/core/init/
H A Dproperty_service.cpp88 static int property_set_fd = -1; member in namespace:android::init
484 int s = accept4(property_set_fd, nullptr, nullptr, SOCK_CLOEXEC);
847 property_set_fd = CreateSocket(PROP_SERVICE_NAME, SOCK_STREAM | SOCK_CLOEXEC | SOCK_NONBLOCK,
849 if (property_set_fd == -1) {
853 listen(property_set_fd, 8);
855 register_epoll_handler(property_set_fd, handle_property_set_fd);

Completed in 61 milliseconds