Searched defs:cwd_fd (Results 1 - 5 of 5) sorted by relevance
/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
|
/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
|
/third_party/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 1295 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild() local
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-death-test.cc | 1261 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild() local
|
/third_party/mesa3d/src/gtest/src/ |
H A D | gtest-death-test.cc | 1320 const int cwd_fd = open(".", O_RDONLY); in ExecDeathTestSpawnChild() local
|
Completed in 9 milliseconds