Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/chrome/
Dlinux_perf.py112 old_cwd = Path.cwd() variable
206 path_strings = map(lambda f: str(f.relative_to(old_cwd)), results)
/third_party/python/PCbuild/
Dprepare_ssl.py191 old_cwd = os.getcwd()
200 os.chdir(old_cwd)
/third_party/python/Lib/test/test_peg_generator/
Dtest_c_parser.py79 self.old_cwd = os.getcwd()
86 os.chdir(self.old_cwd)
/third_party/python/Lib/distutils/tests/
Dsupport.py57 self.old_cwd = os.getcwd()
63 os.chdir(self.old_cwd)
/third_party/python/Lib/test/
Dtest_pathlib.py1821 old_cwd = os.getcwd()
1826 os.chdir(old_cwd)