HomeSort by relevance Sort by last modified time
    Searched refs:old_dir (Results 1 - 25 of 26) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_archive_util.py 57 old_dir = os.getcwd()
62 os.chdir(old_dir)
70 old_dir = os.getcwd()
75 os.chdir(old_dir)
107 old_dir = os.getcwd()
112 os.chdir(old_dir)
122 old_dir = os.getcwd()
128 os.chdir(old_dir)
136 old_dir = os.getcwd()
141 os.chdir(old_dir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 74 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...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 74 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/chromium-trace/catapult/common/node_runner/node_runner/
node_util.py 35 old_dir = os.path.abspath(os.curdir)
39 os.chdir(old_dir)
  /external/webrtc/webrtc/base/
fileutils.cc 162 Pathname old_dir; local
163 old_dir.SetFolder(old_path.pathname());
169 if (di->Iterate(old_dir.pathname())) {
175 source.SetFolder(old_dir.pathname());
  /prebuilts/ndk/
update.py 100 old_dir = os.getcwd()
119 os.chdir(old_dir)
  /external/toolchain-utils/cros_utils/
misc.py 304 old_dir = os.getcwd()
305 if old_dir != new_dir:
310 if old_dir != new_dir:
311 msg = 'cd %s' % old_dir
313 os.chdir(old_dir)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 358 old_dir = os.getcwd()
363 os.chdir(old_dir)
371 old_dir = os.getcwd()
376 os.chdir(old_dir)
408 old_dir = os.getcwd()
413 os.chdir(old_dir)
423 old_dir = os.getcwd()
430 os.chdir(old_dir)
438 old_dir = os.getcwd()
443 os.chdir(old_dir)
    [all...]
test_argparse.py 45 self.old_dir = os.getcwd()
49 os.chdir(self.old_dir)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_shutil.py 390 old_dir = os.getcwd()
395 os.chdir(old_dir)
403 old_dir = os.getcwd()
408 os.chdir(old_dir)
440 old_dir = os.getcwd()
445 os.chdir(old_dir)
455 old_dir = os.getcwd()
462 os.chdir(old_dir)
470 old_dir = os.getcwd()
475 os.chdir(old_dir)
    [all...]
test_argparse.py 45 self.old_dir = os.getcwd()
49 os.chdir(self.old_dir)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_shutil.py 390 old_dir = os.getcwd()
395 os.chdir(old_dir)
403 old_dir = os.getcwd()
408 os.chdir(old_dir)
440 old_dir = os.getcwd()
445 os.chdir(old_dir)
455 old_dir = os.getcwd()
462 os.chdir(old_dir)
470 old_dir = os.getcwd()
475 os.chdir(old_dir)
    [all...]
test_argparse.py 45 self.old_dir = os.getcwd()
49 os.chdir(self.old_dir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_shutil.py 390 old_dir = os.getcwd()
395 os.chdir(old_dir)
403 old_dir = os.getcwd()
408 os.chdir(old_dir)
440 old_dir = os.getcwd()
445 os.chdir(old_dir)
455 old_dir = os.getcwd()
462 os.chdir(old_dir)
470 old_dir = os.getcwd()
475 os.chdir(old_dir)
    [all...]
test_argparse.py 45 self.old_dir = os.getcwd()
49 os.chdir(self.old_dir)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_shutil.py 390 old_dir = os.getcwd()
395 os.chdir(old_dir)
403 old_dir = os.getcwd()
408 os.chdir(old_dir)
440 old_dir = os.getcwd()
445 os.chdir(old_dir)
455 old_dir = os.getcwd()
462 os.chdir(old_dir)
470 old_dir = os.getcwd()
475 os.chdir(old_dir)
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 238 old_dir = os.getcwd()
267 os.chdir(old_dir)
  /external/googletest/googletest/test/
gtest_test_utils.py 253 old_dir = os.getcwd()
282 os.chdir(old_dir)
  /external/protobuf/gtest/test/
gtest_test_utils.py 242 old_dir = os.getcwd()
271 os.chdir(old_dir)
  /external/v8/testing/gtest/test/
gtest_test_utils.py 253 old_dir = os.getcwd()
282 os.chdir(old_dir)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_test_utils.py 253 old_dir = os.getcwd()
282 os.chdir(old_dir)
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 238 old_dir = os.getcwd()
267 os.chdir(old_dir)
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 238 old_dir = os.getcwd()
267 os.chdir(old_dir)
  /development/testrunner/
runtest.py 404 old_dir = os.getcwd()
408 os.chdir(old_dir)
  /external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
fake_filesystem.py     [all...]

Completed in 1611 milliseconds

1 2