Home
last modified time | relevance | path

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

/external/perfetto/src/base/
Dunix_socket.cc150 int fcntl_res = fcntl(*fd_, F_SETFD, FD_CLOEXEC); in UnixSocketRaw() local
151 PERFETTO_CHECK(fcntl_res == 0); in UnixSocketRaw()
162 bool fcntl_res = fcntl(*fd_, F_SETFL, flags); in SetBlocking() local
163 PERFETTO_CHECK(fcntl_res == 0); in SetBlocking()
170 bool fcntl_res = fcntl(*fd_, F_SETFD, flags); in RetainOnExec() local
171 PERFETTO_CHECK(fcntl_res == 0); in RetainOnExec()