Home
last modified time | relevance | path

Searched refs:Fcntl (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp189 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()
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.h225 int Fcntl(int command, int value) { in Fcntl() function