Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/tests/process/
Dworking_directory.rs19 let orig_cwd = rustix::process::getcwd(Vec::new()).expect("get the cwd"); in test_changing_working_directory() localVariable
28 assert_ne!(orig_cwd, ch1_cwd, "The cwd hasn't changed!"); in test_changing_working_directory()
38 rustix::process::chdir(orig_cwd).expect("changing dir to the original"); in test_changing_working_directory()
42 orig_cwd, ch2_cwd, in test_changing_working_directory()