Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dproperty_service.cpp114 static int property_set_fd = -1; variable
585 int s = accept4(property_set_fd, nullptr, nullptr, SOCK_CLOEXEC); in handle_property_set_fd()
1428 if (auto result = epoll.RegisterHandler(property_set_fd, handle_property_set_fd); in PropertyServiceThread()
1500 property_set_fd = *result; in StartPropertyService()
1505 listen(property_set_fd, 8); in StartPropertyService()