Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc373 if (!SetCloseOnExec(fd_out.get())) in CreateLocalNonBlockingPipe()
375 if (!SetCloseOnExec(fd_in.get())) in CreateLocalNonBlockingPipe()
398 bool SetCloseOnExec(int fd) { in SetCloseOnExec() function
749 SetCloseOnExec(fileno(result)); in OpenFile()
Dfile_util.h375 BASE_EXPORT bool SetCloseOnExec(int fd);