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

/external/elfutils/tests/
H A Dtest-elf_cntl_gelf_getshdr.c46 bool close_fd = false; local
50 close_fd = false;
55 close_fd = false;
60 close_fd = true;
86 if (! do_mmap && close_fd)
/external/elfutils/libdwfl/
H A Dopen.c94 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) argument
107 *close_fd = true;
118 bool close_fd = false; local
123 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd);
152 error = what_kind (*fdp, &elf, &kind, &close_fd);
168 if (error == DWFL_E_NOERROR ? close_fd : close_on_fail)
/external/vboot_reference/cgpt/
H A Dcgpt_nor.c169 goto close_fd;
176 goto close_fd;
180 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/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/vulkan-validation-layers/tests/gtest-1.7.0/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 };
/external/selinux/policycoreutils/newrole/
H A Dnewrole.c735 goto close_fd;
745 goto close_fd;
756 goto close_fd;
763 close_fd:
/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/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7417 int close_fd; // File descriptor to close; the read end of a pipe
7440 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
7496 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) {
7497 ExecDeathTestArgs args = { argv, close_fd };
7519 // Set close_fd to be closed after spawn.
7520 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
7521 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp7456 int close_fd; // File descriptor to close; the read end of a pipe
7479 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
7537 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) {
7538 ExecDeathTestArgs args = { argv, close_fd };
7560 // Set close_fd to be closed after spawn.
7561 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
7562 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest-all.cc7417 int close_fd; // File descriptor to close; the read end of a pipe
7440 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
7496 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) {
7497 ExecDeathTestArgs args = { argv, close_fd };
7519 // Set close_fd to be closed after spawn.
7520 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD));
7521 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD,
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc6871 int close_fd; // File descriptor to close; the read end of a pipe
6893 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd));
6939 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
6940 ExecDeathTestArgs args = { argv, close_fd };

Completed in 2295 milliseconds