Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/perfetto/src/base/
Dunix_socket.cc243 int fcntl_res = fcntl(*fd_, F_SETFD, FD_CLOEXEC); in UnixSocketRaw() local
255 bool fcntl_res = fcntl(*fd_, F_SETFL, flags); in SetBlocking() local
263 bool fcntl_res = fcntl(*fd_, F_SETFD, flags); in RetainOnExec() local
/device/generic/vulkan-cereal/third-party/perfetto-tracing-only/
Dperfetto.cc49015 int fcntl_res = fcntl(*fd_, F_SETFD, FD_CLOEXEC); in UnixSocketRaw() local
49027 bool fcntl_res = fcntl(*fd_, F_SETFL, flags); in SetBlocking() local
49035 bool fcntl_res = fcntl(*fd_, F_SETFD, flags); in RetainOnExec() local
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp61987 int fcntl_res = fcntl(*fd_, F_SETFD, FD_CLOEXEC); in UnixSocketRaw() local
62014 int fcntl_res = fcntl(*fd_, F_SETFL, flags); in SetBlocking() local
62024 int fcntl_res = fcntl(*fd_, F_SETFD, flags); in RetainOnExec() local