Searched refs:dotdot_fd (Results 1 – 1 of 1) sorted by relevance
1245 int dotdot_fd = openat(underfd, "underlying_dir/../../../../../..", O_RESOLVE_BENEATH); variable1246 if (dotdot_fd != -1) {1248 if (fcntl(dotdot_fd, F_GETPATH, path) == 0) {1252 close(dotdot_fd);1255 close(dotdot_fd);