Searched defs:close_fd (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/src/tests/
H A Dtest-elf_cntl_gelf_getshdr.c42 bool close_fd = false; local
46 close_fd = false;
51 close_fd = false;
56 close_fd = true;
82 if (! do_mmap && close_fd)
/external/elfutils/src/libdwfl/
H A Dopen.c100 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) argument
113 *close_fd = true;
124 bool close_fd = false; local
129 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
158 error = what_kind (*fdp, &elf, &kind, &close_fd);
174 if (error == DWFL_E_NOERROR ? close_fd : close_on_fail)
/external/mksh/src/
H A Djobs.c430 int close_fd)
545 if (close_fd >= 0 && (((flags & XPCLOSE) && cldpid) ||
547 close(close_fd);
427 exchild(struct op *t, int flags, volatile int *xerrok, int close_fd) argument
/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/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc925 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
948 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
1006 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { argument
1007 ExecDeathTestArgs args = { argv, close_fd };
1030 // Set close_fd to be closed after spawn.
1031 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1032 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,
/external/gtest/src/
H A Dgtest-death-test.cc923 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
946 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
1002 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { argument
1003 ExecDeathTestArgs args = { argv, close_fd };
1025 // Set close_fd to be closed after spawn.
1026 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
1027 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc883 int close_fd; // File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
905 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
956 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
957 ExecDeathTestArgs args = { argv, close_fd };
/external/mesa3d/src/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));
953 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { argument
954 ExecDeathTestArgs args = { argv, close_fd };

Completed in 156 milliseconds