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

1 2

  /external/skia/platform_tools/ios/bin/
ios_ninja 17 OLD_DIR=`pwd`
21 cd $OLD_DIR
  /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...]
setuptools_build_ext.py 225 " old_dir = os.getcwd()",
232 " os.chdir(old_dir)",
  /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...]
setuptools_build_ext.py 225 " old_dir = os.getcwd()",
232 " 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/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...]
  /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...]
  /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...]
  /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/chromium-trace/catapult/third_party/coverage/coverage/
test_helpers.py 54 old_dir = os.getcwd()
59 os.chdir(old_dir)
238 old_dir = os.getcwd()
240 self.addCleanup(os.chdir, old_dir)
  /external/google-breakpad/src/testing/gtest/test/
gtest_test_utils.py 238 old_dir = os.getcwd()
267 os.chdir(old_dir)
  /external/gtest/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/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_test_utils.py 253 old_dir = os.getcwd()
282 os.chdir(old_dir)
  /ndk/sources/third_party/googletest/googletest/test/
gtest_test_utils.py 238 old_dir = os.getcwd()
267 os.chdir(old_dir)
  /external/toybox/tests/
mv.test 22 testing "Move old_dir to new_dir" "mv dir dir1 && [ ! -e dir -a -d dir1 ] &&
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
update.py 386 old_dir = tempfile.mkdtemp(dir=gsutil_bin_parent_dir)
388 dirs_to_remove.append(old_dir)
425 os.rename(gslib.GSUTIL_DIR, os.path.join(old_dir, 'old'))
  /development/testrunner/
runtest.py 402 old_dir = os.getcwd()
406 os.chdir(old_dir)
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
memops.js     [all...]
primes.js     [all...]
  /external/v8/test/mjsunit/asm/sqlite3/
sqlite-change-heap.js     [all...]
sqlite-pointer-masking.js     [all...]

Completed in 423 milliseconds

1 2