Searched refs:m_fd (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/linux/SeccompFilters/
H A DOpenSyscall.h69 int fd() const { return m_fd; }
77 int m_fd; member in class:WebKit::OpenSyscallResult
H A DOpenSyscall.cpp186 , m_fd(fd)
193 if (m_fd >= 0)
194 close(m_fd);
201 if (m_fd >= 0) {
202 IPC::Attachment attachment(m_fd);
212 m_fd = fd;
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c/detail/
H A Dprocess_test.c176 int m_fd; member in struct:connect_stream
194 s->m_fd = open("stdout", O_WRONLY | O_CREAT | O_TRUNC, 0644);
198 s->m_fd = open("stderr", O_WRONLY | O_CREAT | O_TRUNC, 0644);
204 ATF_REQUIRE(s->m_fd != -1);
207 RE(atf_process_stream_init_connect(&s->m_base.m_sb, src_fd, s->m_fd));
216 ATF_REQUIRE(close(s->m_fd) != -1);
225 int m_fd; member in struct:inherit_stream
247 s->m_fd = STDOUT_FILENO;
251 s->m_fd = STDERR_FILENO;
259 s->m_old_fd = dup(s->m_fd);
307 int m_fd; member in struct:redirect_fd_stream
[all...]
H A Dprocess.h54 int m_fd; member in struct:atf_process_stream
H A Dprocess.c156 sb->m_fd = fd;
350 err = safe_dup(sp->m_sb->m_fd, procfd);
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio.hpp383 int m_fd; member in class:atf::atf_run::pistream
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp110 int m_fd; member in class:__anon6585::temp_file
115 m_fd(-1)
120 m_fd = ::mkstemp(buf.get());
121 if (m_fd == -1)
148 if (::write(m_fd, text.c_str(), text.size()) == -1)
155 if (m_fd != -1) {
157 ::close(m_fd);
158 m_fd = -1;

Completed in 208 milliseconds