Searched defs:fcntl_res (Results 1 – 3 of 3) sorted by relevance
| /device/generic/vulkan-cereal/third-party/perfetto/src/base/ |
| D | unix_socket.cc | 243 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/ |
| D | perfetto.cc | 49015 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/ |
| D | perfetto.cpp | 61987 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
|