Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/tests/
Dtest_archive_util.py74 old_dir = os.getcwd()
79 os.chdir(old_dir)
87 old_dir = os.getcwd()
92 os.chdir(old_dir)
124 old_dir = os.getcwd()
129 os.chdir(old_dir)
139 old_dir = os.getcwd()
145 os.chdir(old_dir)
153 old_dir = os.getcwd()
158 os.chdir(old_dir)
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dtest_archive_util.py152 old_dir = os.getcwd()
157 os.chdir(old_dir)
167 old_dir = os.getcwd()
173 os.chdir(old_dir)
182 old_dir = os.getcwd()
187 os.chdir(old_dir)
193 old_dir = os.getcwd()
198 os.chdir(old_dir)
209 old_dir = os.getcwd()
216 os.chdir(old_dir)
[all …]
Dtest_check.py28 old_dir = os.getcwd()
38 os.chdir(old_dir)
/external/python/setuptools/tests/
Dmanual_test.py21 old_dir = os.getcwd()
26 os.chdir(old_dir)
/external/chromium-trace/catapult/common/node_runner/node_runner/
Dnode_util.py35 old_dir = os.path.abspath(os.curdir)
39 os.chdir(old_dir)
/external/toolchain-utils/cros_utils/
Dmisc.py305 old_dir = os.getcwd()
306 if old_dir != new_dir:
311 if old_dir != new_dir:
312 msg = 'cd %s' % old_dir
314 os.chdir(old_dir)
/external/googletest/googletest/test/
Dgtest_test_utils.py248 old_dir = os.getcwd()
277 os.chdir(old_dir)
/external/python/cpython3/Lib/test/test_importlib/import_/
Dtest_path.py167 old_dir = os.getcwd()
168 self.addCleanup(os.chdir, old_dir)
179 os.chdir(old_dir)
/external/autotest/site_utils/
Djob_directories_unittest.py310 old_dir = os.getcwd()
316 os.chdir(old_dir)
/external/rust/crates/nix/test/
Dtest_fcntl.rs50 let old_dir = tempfile::tempdir().unwrap(); in test_renameat() localVariable
51 let old_dirfd = open(old_dir.path(), OFlag::empty(), Mode::empty()).unwrap(); in test_renameat()
52 let old_path = old_dir.path().join("old"); in test_renameat()
/external/llvm-project/lldb/test/API/functionalities/load_unload/
DTestLoadUnload.py176 old_dir = wd
178 old_dylib = os.path.join(old_dir, dylibName)
/external/perfetto/tools/
Dinstall-build-deps497 for old_dir in CLEANUP_OLD_DIRS:
498 RmtreeIfExists(os.path.join(ROOT_DIR, old_dir))
/external/yapf/yapftests/
Dfile_resources_test.py75 self.old_dir = os.getcwd()
79 os.chdir(self.old_dir)
/external/python/cpython2/Lib/test/
Dtest_argparse.py45 self.old_dir = os.getcwd()
49 os.chdir(self.old_dir)
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2109 old_dir, old_name = self.splitpath(old_file_path)
2113 old_dir_object = self.resolve(old_dir)
/external/python/cpython3/Lib/test/
Dtest_argparse.py35 self.old_dir = os.getcwd()
39 os.chdir(self.old_dir)
Dtest_os.py3959 old_dir = os.getcwd()
3969 os.chdir(old_dir)