HomeSort by relevance Sort by last modified time
    Searched defs:close_fd (Results 1 - 13 of 13) sorted by null

  /external/elfutils/tests/
test-elf_cntl_gelf_getshdr.c 46 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/
open.c 94 what_kind (int fd, Elf **elfp, Elf_Kind *kind, bool *close_fd)
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/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 925 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/googletest/googletest/src/
gtest-death-test.cc 939 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-death-test.cc 939 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 883 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 880 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 832 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));
    [all...]
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/
gtest-death-test.cc 880 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/v8/testing/gtest/src/
gtest-death-test.cc 937 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 923 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 923 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 923 int close_fd; \/\/ File descriptor to close; the read end of a pipe member in struct:testing::internal::ExecDeathTestArgs
    [all...]

Completed in 1048 milliseconds