HomeSort by relevance Sort by last modified time
    Searched refs:close_fd (Results 1 - 7 of 7) sorted by null

  /external/bluetooth/glib/gio/
gunixinputstream.h 70 gboolean close_fd);
72 gboolean close_fd);
gunixoutputstream.h 70 gboolean close_fd);
72 gboolean close_fd);
gunixinputstream.c 68 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)
    [all...]
gunixoutputstream.c 69 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)
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 543 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) {
581 ExecDeathTestArgs args = { argv, close_fd };
  /external/gtest/src/
gtest-death-test.cc 970 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 832 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));
    [all...]

Completed in 252 milliseconds