Searched refs:cwd_fd (Results 1 - 3 of 3) sorted by relevance

/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-death-test.cc1013 const int cwd_fd = open(".", O_RDONLY); local
1014 GTEST_DEATH_TEST_CHECK_(cwd_fd != -1);
1015 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC));
1038 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1);
1039 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd));
/external/gtest/src/
H A Dgtest-death-test.cc1009 const int cwd_fd = open(".", O_RDONLY); local
1010 GTEST_DEATH_TEST_CHECK_(cwd_fd != -1);
1011 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC));
1033 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1);
1034 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd));
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc7503 const int cwd_fd = open(".", O_RDONLY);
7504 GTEST_DEATH_TEST_CHECK_(cwd_fd != -1);
7505 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC));
7527 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1);
7528 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd));

Completed in 156 milliseconds