Searched refs:close_fd (Results 1 - 10 of 10) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgunixinputstream.h70 gboolean close_fd);
72 gboolean close_fd);
H A Dgunixoutputstream.h70 gboolean close_fd);
72 gboolean close_fd);
H A Dgunixinputstream.c68 gboolean close_fd; member in struct:_GUnixInputStreamPrivate
198 unix_stream->priv->close_fd = g_value_get_boolean (value);
222 g_value_set_boolean (value, unix_stream->priv->close_fd);
237 unix_stream->priv->close_fd = TRUE;
243 * @close_fd: %TRUE to close the file descriptor when done
247 * If @close_fd is %TRUE, the file descriptor will be closed
254 gboolean close_fd)
262 "close-fd", close_fd,
271 * @close_fd: %TRUE to close the file descriptor when done
280 gboolean close_fd)
253 g_unix_input_stream_new(gint fd, gboolean close_fd) argument
279 g_unix_input_stream_set_close_fd(GUnixInputStream *stream, gboolean close_fd) argument
[all...]
H A Dgunixoutputstream.c69 gboolean close_fd; member in struct:_GUnixOutputStreamPrivate
184 unix_stream->priv->close_fd = g_value_get_boolean (value);
208 g_value_set_boolean (value, unix_stream->priv->close_fd);
223 unix_stream->priv->close_fd = TRUE;
229 * @close_fd: %TRUE to close the file descriptor when done
233 * If @close_fd, is %TRUE, the file descriptor will be closed when
240 gboolean close_fd)
248 "close-fd", close_fd,
257 * @close_fd: %TRUE to close the file descriptor when done
266 gboolean close_fd)
239 g_unix_output_stream_new(gint fd, gboolean close_fd) argument
265 g_unix_output_stream_set_close_fd(GUnixOutputStream *stream, gboolean close_fd) argument
[all...]
/external/chromium/sdch/open-vcdiff/src/gtest/
H A Dgtest-death-test.cc543 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
549 GTEST_DEATH_TEST_CHECK_SYSCALL(close(args->close_fd));
573 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
581 ExecDeathTestArgs args = { argv, close_fd };
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc832 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
854 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
900 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
901 ExecDeathTestArgs args = { argv, close_fd };
/external/chromium/testing/gtest/src/
H A Dgtest-death-test.cc880 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
948 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
949 ExecDeathTestArgs args = { argv, close_fd };
/external/gtest/src/
H A Dgtest-death-test.cc970 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
994 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
1040 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
1041 ExecDeathTestArgs args = { argv, close_fd };
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc880 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
953 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
954 ExecDeathTestArgs args = { argv, close_fd };
/external/mksh/src/
H A Djobs.c339 /* used if XPCLOSE or XCCLOSE */ int close_fd)
442 if (close_fd >= 0 && (((flags & XPCLOSE) && pi.cldpid) ||
444 close(close_fd);
337 exchild(struct op *t, int flags, volatile int *xerrok, int close_fd) argument

Completed in 120 milliseconds