Home
last modified time | relevance | path

Searched defs: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
162 bool fcntl_res = fcntl(*fd_, F_SETFL, flags); in SetBlocking() local
170 bool fcntl_res = fcntl(*fd_, F_SETFD, flags); in RetainOnExec() local