Searched refs:fcntl_res (Results 1 – 1 of 1) sorted by relevance
150 int fcntl_res = fcntl(*fd_, F_SETFD, FD_CLOEXEC); in UnixSocketRaw() local151 PERFETTO_CHECK(fcntl_res == 0); in UnixSocketRaw()162 bool fcntl_res = fcntl(*fd_, F_SETFL, flags); in SetBlocking() local163 PERFETTO_CHECK(fcntl_res == 0); in SetBlocking()170 bool fcntl_res = fcntl(*fd_, F_SETFD, flags); in RetainOnExec() local171 PERFETTO_CHECK(fcntl_res == 0); in RetainOnExec()