Searched refs:SetCloseOnExec (Results 1 – 3 of 3) sorted by relevance
417 if (!SetCloseOnExec(fd_out.get())) in CreateLocalNonBlockingPipe()419 if (!SetCloseOnExec(fd_in.get())) in CreateLocalNonBlockingPipe()442 bool SetCloseOnExec(int fd) { in SetCloseOnExec() function805 SetCloseOnExec(fileno(result)); in OpenFile()
414 BASE_EXPORT bool SetCloseOnExec(int fd);
3298 TEST_F(FileUtilTest, SetCloseOnExec) { in TEST_F() argument3300 EXPECT_FALSE(SetCloseOnExec(kInvalidFd)); in TEST_F()3307 EXPECT_TRUE(SetCloseOnExec(fd.get())); in TEST_F()