Home
last modified time | relevance | path

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

/third_party/rust/crates/rustix/tests/process/
Dworking_directory.rs26 let ch1_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()
30 ch1_cwd.to_string_lossy(), in test_changing_working_directory()
39 let ch2_cwd = rustix::process::getcwd(ch1_cwd).expect("get the cwd"); in test_changing_working_directory()