OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:close_fd
(Results
1 - 10
of
10
) sorted by null
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc
543
int
close_fd
; // File descriptor to close; the read end of a pipe
member in struct:testing::internal::ExecDeathTestArgs
549
GTEST_DEATH_TEST_CHECK_SYSCALL(close(args->
close_fd
));
573
static pid_t ExecDeathTestFork(char* const* argv, int
close_fd
) {
581
ExecDeathTestArgs args = { argv,
close_fd
};
/external/chromium/testing/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/chromium_org/testing/gtest/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
...]
/external/chromium_org/third_party/mesa/src/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/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/llvm/utils/unittest/googletest/
gtest-death-test.cc
879
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/open-vcdiff/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/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
...]
/ndk/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 907 milliseconds