Searched refs:cwd_fd (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
H A D | linkat01.c | 87 static int olddirfd, newdirfd = -1, cwd_fd = AT_FDCWD, stdinfd = 0, badfd = variable 113 &cwd_fd, TEST_DIR1 "/" TEST_FILE1, &newdirfd, TEST_FILE1, 0, 117 &olddirfd, TEST_FILE1, &cwd_fd, TEST_DIR2 "/" TEST_FILE1, 0, 121 &cwd_fd, spathname, &newdirfd, TEST_FILE1, 0, 0, 0, 0}, 124 &olddirfd, TEST_FILE1, &cwd_fd, dpathname, 0, 173 &cwd_fd, "/proc/cpuinfo", &newdirfd, TEST_FILE1, 0, 0, 0, EXDEV},
|
/third_party/ltp/testcases/kernel/syscalls/symlinkat/ |
H A D | symlinkat01.c | 67 static int olddirfd, newdirfd = -1, cwd_fd = AT_FDCWD, stdinfd = 0, crapfd = variable 88 "../" TEST_DIR1 "/" TEST_FILE1, &cwd_fd, 93 "../" TEST_DIR1 "/" TEST_FILE1, &cwd_fd, dpathname,
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 1295 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild() local 1296 GTEST_DEATH_TEST_CHECK_(cwd_fd != -1); in ExecDeathTestSpawnChild() 1297 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC)); in ExecDeathTestSpawnChild() 1319 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1); in ExecDeathTestSpawnChild() 1320 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd)); in ExecDeathTestSpawnChild()
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 1261 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild() local 1262 GTEST_DEATH_TEST_CHECK_(cwd_fd != -1); in ExecDeathTestSpawnChild() 1263 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC)); in ExecDeathTestSpawnChild() 1285 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1); in ExecDeathTestSpawnChild() 1286 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd)); in ExecDeathTestSpawnChild()
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 1320 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild() local 1321 GTEST_DEATH_TEST_CHECK_(cwd_fd != -1); in ExecDeathTestSpawnChild() 1322 GTEST_DEATH_TEST_CHECK_SYSCALL_(fcntl(cwd_fd, F_SETFD, FD_CLOEXEC)); in ExecDeathTestSpawnChild() 1345 GTEST_DEATH_TEST_CHECK_(fchdir(cwd_fd) != -1); in ExecDeathTestSpawnChild() 1346 GTEST_DEATH_TEST_CHECK_SYSCALL_(close(cwd_fd)); in ExecDeathTestSpawnChild()
|
Completed in 14 milliseconds