HomeSort by relevance Sort by last modified time
    Searched refs:getcwd (Results 226 - 250 of 942) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skqp/infra/bots/
utils.py 46 self._orig_dir = os.getcwd()
67 self._orig_dir = os.getcwd()
  /external/skqp/tools/
parse_llvm_coverage.py 63 for root, dirs, files in os.walk(os.getcwd()):
69 all_files.append(os.path.join(root[(len(os.getcwd()) + 1):], name))
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 91 dir = os.getcwd()
93 dir = os.getcwd()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
test_shutil.py 390 old_dir = os.getcwd()
403 old_dir = os.getcwd()
440 old_dir = os.getcwd()
455 old_dir = os.getcwd()
470 old_dir = os.getcwd()
481 old_dir = os.getcwd()
545 old_dir = os.getcwd()
568 current_dir = os.getcwd()
578 self.assertEqual(os.getcwd(), current_dir)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHelpSourceEdit.py 91 dir = os.getcwd()
93 dir = os.getcwd()
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
test_shutil.py 390 old_dir = os.getcwd()
403 old_dir = os.getcwd()
440 old_dir = os.getcwd()
455 old_dir = os.getcwd()
470 old_dir = os.getcwd()
481 old_dir = os.getcwd()
545 old_dir = os.getcwd()
568 current_dir = os.getcwd()
578 self.assertEqual(os.getcwd(), current_dir)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 91 dir = os.getcwd()
93 dir = os.getcwd()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
test_shutil.py 390 old_dir = os.getcwd()
403 old_dir = os.getcwd()
440 old_dir = os.getcwd()
455 old_dir = os.getcwd()
470 old_dir = os.getcwd()
481 old_dir = os.getcwd()
545 old_dir = os.getcwd()
568 current_dir = os.getcwd()
578 self.assertEqual(os.getcwd(), current_dir)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 91 dir = os.getcwd()
93 dir = os.getcwd()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 117 cwd = os.getcwd()
128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
test_shutil.py 390 old_dir = os.getcwd()
403 old_dir = os.getcwd()
440 old_dir = os.getcwd()
455 old_dir = os.getcwd()
470 old_dir = os.getcwd()
481 old_dir = os.getcwd()
545 old_dir = os.getcwd()
568 current_dir = os.getcwd()
578 self.assertEqual(os.getcwd(), current_dir)
  /system/core/adb/
adb_utils.cpp 69 bool getcwd(std::string* s) { function
70 char* cwd = getcwd(nullptr, 0);
  /test/vts/testcases/host/camera_its/
CameraITSTest.py 80 logging.info("cwd: %s", os.getcwd())
151 logging.info("cwd: %s", os.getcwd())
  /tools/repohooks/rh/
git.py 170 return raw_diff(os.getcwd(), '%s^!' % commit)
190 path = os.getcwd()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_build_ext.py 287 old_wd = os.getcwd()
321 old_wd = os.getcwd()
339 curdir = os.getcwd()
375 curdir = os.getcwd()
400 curdir = os.getcwd()
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 288 old_wd = os.getcwd()
322 old_wd = os.getcwd()
340 curdir = os.getcwd()
376 curdir = os.getcwd()
401 curdir = os.getcwd()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 288 old_wd = os.getcwd()
328 old_wd = os.getcwd()
346 curdir = os.getcwd()
382 curdir = os.getcwd()
407 curdir = os.getcwd()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 288 old_wd = os.getcwd()
328 old_wd = os.getcwd()
346 curdir = os.getcwd()
382 curdir = os.getcwd()
407 curdir = os.getcwd()
  /external/python/cpython3/Lib/test/
test_posix.py 43 NO_ARG_FUNCTIONS = [ "ctermid", "getcwd", "getcwdb", "uname",
599 f = posix.open(posix.getcwd(), posix.O_RDONLY)
754 @unittest.skipUnless(hasattr(posix, 'getcwd'), 'test needs posix.getcwd()')
756 dirname = 'getcwd-test-directory-0123456789abcdef-01234567890abcdef'
757 curdir = os.getcwd()
758 base_path = os.path.abspath(support.TESTFN) + '.getcwd'
773 raise unittest.SkipTest("mkdir cannot create directory sufficiently deep for getcwd test")
777 os.getcwd()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_shutil.py 358 old_dir = os.getcwd()
371 old_dir = os.getcwd()
408 old_dir = os.getcwd()
423 old_dir = os.getcwd()
438 old_dir = os.getcwd()
449 old_dir = os.getcwd()
511 old_dir = os.getcwd()
534 current_dir = os.getcwd()
544 self.assertEqual(os.getcwd(), current_dir)
  /external/toolchain-utils/crosperf/
results_cache_unittest.py 280 filename = os.path.join(os.getcwd(), 'unittest_keyval_file.txt')
640 current_path = os.getcwd()
    [all...]
  /cts/apps/CameraITS/tools/
run_all_tests.py 320 os.path.join(os.getcwd(), 'tools/load_scene.py'),
330 os.path.join(os.getcwd(),
380 cmd = ['python', os.path.join(os.getcwd(), testpath)]

Completed in 1986 milliseconds

1 2 3 4 5 6 7 8 91011>>