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

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

Completed in 4526 milliseconds