/external/elfutils/tests/ |
D | test-elf_cntl_gelf_getshdr.c | 46 bool close_fd = false; in main() local 50 close_fd = false; in main() 55 close_fd = false; in main() 60 close_fd = true; in main() 86 if (! do_mmap && close_fd) in main()
|
/external/elfutils/libdwfl/ |
D | open.c | 94 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) in what_kind() argument 107 *close_fd = true; in what_kind() 118 bool close_fd = false; in __libdw_open_file() local 123 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file() 152 error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file() 168 if (error == DWFL_E_NOERROR ? close_fd : close_on_fail) in __libdw_open_file()
|
/external/vboot_reference/cgpt/ |
D | cgpt_nor.c | 169 goto close_fd; in split_gpt() 176 goto close_fd; in split_gpt() 180 close_fd: in split_gpt()
|
/external/google-breakpad/src/testing/gtest/src/ |
D | gtest-death-test.cc | 925 int close_fd; // File descriptor to close; the read end of a pipe member 948 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 1006 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument 1007 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild() 1031 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild() 1032 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, in ExecDeathTestSpawnChild()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/src/ |
D | gtest-death-test.cc | 923 int close_fd; // File descriptor to close; the read end of a pipe member 946 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 1002 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument 1003 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild() 1026 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild() 1027 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, in ExecDeathTestSpawnChild()
|
/external/gtest/src/ |
D | gtest-death-test.cc | 923 int close_fd; // File descriptor to close; the read end of a pipe member 946 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 1002 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument 1003 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild() 1026 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild() 1027 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, in ExecDeathTestSpawnChild()
|
/external/protobuf/gtest/src/ |
D | gtest-death-test.cc | 832 int close_fd; // File descriptor to close; the read end of a pipe member 854 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 900 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument 901 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
|
/external/llvm/utils/unittest/googletest/src/ |
D | gtest-death-test.cc | 883 int close_fd; // File descriptor to close; the read end of a pipe member 905 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 956 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument 957 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-death-test.cc | 880 int close_fd; // File descriptor to close; the read end of a pipe member 902 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 953 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument 954 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 735 goto close_fd; in relabel_tty() 745 goto close_fd; in relabel_tty() 756 goto close_fd; in relabel_tty() 763 close_fd: in relabel_tty()
|
/external/mksh/src/ |
D | jobs.c | 430 int close_fd) in exchild() argument 545 if (close_fd >= 0 && (((flags & XPCLOSE) && cldpid) || in exchild() 547 close(close_fd); in exchild()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-all.cc | 7417 int close_fd; // File descriptor to close; the read end of a pipe member 7440 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 7496 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument 7497 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild() 7520 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild() 7521 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, in ExecDeathTestSpawnChild()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/ |
D | gtest-all.cc | 7417 int close_fd; // File descriptor to close; the read end of a pipe member 7440 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 7496 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument 7497 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild() 7520 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild() 7521 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, in ExecDeathTestSpawnChild()
|
/external/opencv3/modules/ts/src/ |
D | ts_gtest.cpp | 7456 int close_fd; // File descriptor to close; the read end of a pipe member 7479 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 7537 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument 7538 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild() 7561 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild() 7562 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(close_fd, F_SETFD, in ExecDeathTestSpawnChild()
|
/external/protobuf/gtest/fused-src/gtest/ |
D | gtest-all.cc | 6871 int close_fd; // File descriptor to close; the read end of a pipe member 6893 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain() 6939 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument 6940 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
|