Searched refs:orig_fd_cwd (Results 1 – 1 of 1) sorted by relevance
22 let orig_fd_cwd = rustix::fs::openat(rustix::fs::cwd(), ".", OFlags::RDONLY, Mode::empty()) in test_changing_working_directory() localVariable36 rustix::process::fchdir(orig_fd_cwd).expect("changing dir to the original"); in test_changing_working_directory()