Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/tests/process/
Dworking_directory.rs22 let orig_fd_cwd = rustix::fs::openat(rustix::fs::cwd(), ".", OFlags::RDONLY, Mode::empty()) in test_changing_working_directory() localVariable
36 rustix::process::fchdir(orig_fd_cwd).expect("changing dir to the original"); in test_changing_working_directory()