Home
last modified time | relevance | path

Searched defs:events_fd (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/core/libprocessgroup/
H A Dprocessgroup.cpp480 static populated_status cgroupIsPopulated(int events_fd) { in cgroupIsPopulated()
545 android::base::unique_fd events_fd(open(eventsfile.c_str(), O_RDONLY)); in KillProcessGroup() local
/aosp_15_r20/device/google/cuttlefish/common/frontend/socket_vsock_proxy/
Dsocket_vsock_proxy.cpp154 static Result<void> ListenEventsAndProxy(int events_fd, in ListenEventsAndProxy()