Home
last modified time | relevance | path

Searched defs:old_dir (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/nix/test/
Dtest_fcntl.rs63 let old_dir = tempfile::tempdir().unwrap(); in test_renameat() localVariable
93 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags() localVariable
137 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_exchange() localVariable
185 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_noreplace() localVariable
/third_party/flatbuffers/
Dinstall.py33 def clear_dir(old_dir): argument