Searched refs:Fcntl (Results 1 – 2 of 2) sorted by relevance
189 fd = shared_fd->Fcntl(F_DUPFD_CLOEXEC, 3); in BuildParameter()210 auto dup_fd = shared_fd->Fcntl(F_DUPFD_CLOEXEC, 3); in RedirectStdIO()237 child_socket->Fcntl(F_SETFD, 0); in Start()238 parent_socket->Fcntl(F_SETFD, FD_CLOEXEC); in Start()
225 int Fcntl(int command, int value) { in Fcntl() function