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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 49 old_wd = os.getcwd()
54 os.chdir(old_wd)
test_build_ext.py 288 old_wd = os.getcwd()
290 #NOTE: After issue #7712(r78136) test cannot use old_wd !
291 #cmd.library_dirs.insert(0, old_wd)
301 os.chdir(old_wd)
328 old_wd = os.getcwd()
333 os.chdir(old_wd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_sysconfig.py 49 old_wd = os.getcwd()
54 os.chdir(old_wd)
test_build_ext.py 288 old_wd = os.getcwd()
290 #NOTE: After issue #7712(r78136) test cannot use old_wd !
291 #cmd.library_dirs.insert(0, old_wd)
301 os.chdir(old_wd)
328 old_wd = os.getcwd()
333 os.chdir(old_wd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 287 old_wd = os.getcwd()
294 os.chdir(old_wd)
321 old_wd = os.getcwd()
326 os.chdir(old_wd)
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 288 old_wd = os.getcwd()
295 os.chdir(old_wd)
322 old_wd = os.getcwd()
327 os.chdir(old_wd)
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 321 old_wd = os.getcwd()
328 os.chdir(old_wd)
355 old_wd = os.getcwd()
360 os.chdir(old_wd)

Completed in 270 milliseconds