Searched refs:fcntl_res (Results 1 – 1 of 1) sorted by relevance
303 int fcntl_res = fcntl(*fd_, F_SETFD, FD_CLOEXEC); in UnixSocketRaw() local304 PERFETTO_CHECK(fcntl_res == 0); in UnixSocketRaw()330 int fcntl_res = fcntl(*fd_, F_SETFL, flags); in SetBlocking() local331 PERFETTO_CHECK(fcntl_res == 0); in SetBlocking()340 int fcntl_res = fcntl(*fd_, F_SETFD, flags); in RetainOnExec() local341 PERFETTO_CHECK(fcntl_res == 0); in RetainOnExec()