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

  /external/bluetooth/glib/gio/
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...]
  /system/extras/ext4_utils/
output_file.c 56 bool close_fd; member in struct:output_file
94 if (out->close_fd) {
383 out->close_fd = false;
432 file->close_fd = true; // we opened descriptor thus we responsible for closing it
  /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/chromium/testing/gtest/src/
gtest-death-test.cc 880 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/gtest/src/
gtest-death-test.cc 880 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest-death-test.cc 879 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 304 milliseconds