HomeSort by relevance Sort by last modified time
    Searched refs:old_cwd (Results 1 - 7 of 7) sorted by null

  /external/jsoncpp/
doxybuild.py 52 old_cwd = os.getcwd()
75 os.chdir( old_cwd )
  /external/python/cpython2/Lib/distutils/tests/
support.py 66 self.old_cwd = os.getcwd()
72 os.chdir(self.old_cwd)
  /external/python/cpython2/PCbuild/
prepare_ssl.py 195 old_cwd = os.getcwd()
201 os.chdir(old_cwd)
  /external/python/cpython3/Lib/distutils/tests/
support.py 58 self.old_cwd = os.getcwd()
64 os.chdir(self.old_cwd)
  /external/python/cpython3/PCbuild/
prepare_ssl.py 191 old_cwd = os.getcwd()
200 os.chdir(old_cwd)
  /external/python/setuptools/setuptools/tests/
test_sdist.py 111 self.old_cwd = os.getcwd()
115 os.chdir(self.old_cwd)
test_manifest.py 163 self.old_cwd = os.getcwd()
167 os.chdir(self.old_cwd)

Completed in 306 milliseconds