Home
last modified time | relevance | path

Searched refs:dotdot_fd (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.61.12/tests/vfs/
H A Dresolve_beneath.c1245 int dotdot_fd = openat(underfd, "underlying_dir/../../../../../..", O_RESOLVE_BENEATH); variable
1246 if (dotdot_fd != -1) {
1248 if (fcntl(dotdot_fd, F_GETPATH, path) == 0) {
1252 close(dotdot_fd);
1255 close(dotdot_fd);