Home
last modified time | relevance | path

Searched refs:SetCloseOnExec (Results 1 - 6 of 6) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_util_posix.cc226 if (!SetCloseOnExec(fd_out.get())) in CreateLocalNonBlockingPipe()
228 if (!SetCloseOnExec(fd_in.get())) in CreateLocalNonBlockingPipe()
251 bool SetCloseOnExec(int fd) { in SetCloseOnExec() function
533 SetCloseOnExec(fileno(result)); in OpenFile()
H A Dfile_util.h307 bool SetCloseOnExec(int fd);
/third_party/ninja/src/
H A Dutil.h83 void SetCloseOnExec(int fd);
H A Ddeps_log.cc432 SetCloseOnExec(fileno(file_));
H A Dsubprocess-posix.cc62 SetCloseOnExec(fd_); in Start()
H A Dbuild_log.cc196 SetCloseOnExec(fileno(log_file_)); in OpenForWriteIfNeeded()

Completed in 6 milliseconds