Home
last modified time | relevance | path

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

/external/elfutils/tests/
Dtest-elf_cntl_gelf_getshdr.c46 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/
Dopen.c94 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/
Dcgpt_nor.c169 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/
Dgtest-death-test.cc925 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/
Dgtest-death-test.cc923 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/
Dgtest-death-test.cc923 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/
Dgtest-death-test.cc832 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/
Dgtest-death-test.cc883 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/
Dgtest-death-test.cc880 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/
Dnewrole.c735 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/
Djobs.c430 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/
Dgtest-all.cc7417 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/
Dgtest-all.cc7417 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/
Dts_gtest.cpp7456 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/
Dgtest-all.cc6871 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()