Home
last modified time | relevance | path

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

/external/elfutils/0.153/libdwfl/
Dopen.c121 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd) in what_kind() argument
134 *close_fd = true; in what_kind()
145 bool close_fd = false; in __libdw_open_file() local
150 Dwfl_Error error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file()
179 error = what_kind (*fdp, &elf, &kind, &close_fd); in __libdw_open_file()
195 if (error == DWFL_E_NOERROR ? close_fd : close_on_fail) in __libdw_open_file()
/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/chromium_org/testing/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()
1004 static pid_t ExecDeathTestSpawnChild(char* const* argv, int close_fd) { in ExecDeathTestSpawnChild() argument
1005 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestSpawnChild()
1028 GTEST_DEATH_TEST_CHECK_SYSCALL_(fd_flags = fcntl(close_fd, F_GETFD)); in ExecDeathTestSpawnChild()
1029 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.cc882 int close_fd; // File descriptor to close; the read end of a pipe member
904 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(args->close_fd)); in ExecDeathTestChildMain()
955 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) { in ExecDeathTestFork() argument
956 ExecDeathTestArgs args = { argv, close_fd }; in ExecDeathTestFork()
/external/chromium_org/third_party/mesa/src/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/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/chromium_org/components/crash/app/
Dbreakpad_linux.cc895 int fd, bool close_fd, uint8_t** file_data, size_t* size) { in LoadDataFromFD() argument
900 if (close_fd) in LoadDataFromFD()
909 if (close_fd) in LoadDataFromFD()
920 if (close_fd) in LoadDataFromFD()
925 if (close_fd) in LoadDataFromFD()
/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/chromium_org/third_party/libvpx/source/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()