Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/tests/
Dtest_archive_util.py154 old_dir = os.getcwd()
159 os.chdir(old_dir)
169 old_dir = os.getcwd()
175 os.chdir(old_dir)
184 old_dir = os.getcwd()
189 os.chdir(old_dir)
195 old_dir = os.getcwd()
200 os.chdir(old_dir)
211 old_dir = os.getcwd()
218 os.chdir(old_dir)
[all …]
Dtest_check.py28 old_dir = os.getcwd()
38 os.chdir(old_dir)
/third_party/ltp/testcases/kernel/controllers/cpuset/
Dcpuset_regression_test.sh66 local old_dir=$PWD
82 cd $old_dir
93 cd $old_dir
105 local old_dir=$PWD
120 cd $old_dir
/third_party/rust/crates/nix/test/
Dtest_fcntl.rs63 let old_dir = tempfile::tempdir().unwrap(); in test_renameat() localVariable
65 open(old_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat()
66 let old_path = old_dir.path().join("old"); in test_renameat()
93 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags() localVariable
95 open(old_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat2_behaves_like_renameat_with_no_flags()
96 let old_path = old_dir.path().join("old"); in test_renameat2_behaves_like_renameat_with_no_flags()
137 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_exchange() localVariable
139 open(old_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat2_exchange()
140 let old_path = old_dir.path().join("old"); in test_renameat2_exchange()
185 let old_dir = tempfile::tempdir().unwrap(); in test_renameat2_noreplace() localVariable
[all …]
/third_party/flatbuffers/
Dinstall.py33 def clear_dir(old_dir): argument
34 if os.path.exists(old_dir):
35 shutil.rmtree(old_dir)
/third_party/rust/crates/regex/scripts/
Dscrape_crates_io.py53 old_dir = os.getcwd()
58 if os.path.join(old_dir, args.crates_index)
79 os.chdir(old_dir)
/third_party/python/Lib/test/test_importlib/import_/
Dtest_path.py176 old_dir = os.getcwd()
177 self.addCleanup(os.chdir, old_dir)
188 os.chdir(old_dir)
/third_party/python/Lib/test/
Dtest_argparse.py35 self.old_dir = os.getcwd()
39 os.chdir(self.old_dir)
Dtest_os.py4214 old_dir = os.getcwd()
4224 os.chdir(old_dir)
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h15582 const struct nfs_fh *old_dir; member
15740 struct inode *old_dir; member
42534 struct inode *old_dir; member