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

1 2 3 4 5 67 8 91011>>

  /external/python/cpython3/Lib/distutils/tests/
test_archive_util.py 151 old_dir = os.getcwd()
166 old_dir = os.getcwd()
181 old_dir = os.getcwd()
192 old_dir = os.getcwd()
208 old_dir = os.getcwd()
222 old_dir = os.getcwd()
289 current_dir = os.getcwd()
298 self.assertEqual(os.getcwd(), current_dir)
369 old_dir = os.getcwd()
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_posixpath.py 229 self.assertEqual(realpath('.'), os.getcwd())
230 self.assertEqual(realpath('./.'), os.getcwd())
231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd())
235 self.assertEqual(realpath('..'), dirname(os.getcwd()))
236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd())))
388 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")
390 curdir = os.path.split(os.getcwd())[-1]
410 os.getcwd = real_getcwd
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_posixpath.py 229 self.assertEqual(realpath('.'), os.getcwd())
230 self.assertEqual(realpath('./.'), os.getcwd())
231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd())
235 self.assertEqual(realpath('..'), dirname(os.getcwd()))
236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd())))
388 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")
390 curdir = os.path.split(os.getcwd())[-1]
410 os.getcwd = real_getcwd
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 229 self.assertEqual(realpath('.'), os.getcwd())
230 self.assertEqual(realpath('./.'), os.getcwd())
231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd())
235 self.assertEqual(realpath('..'), dirname(os.getcwd()))
236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd())))
388 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")
390 curdir = os.path.split(os.getcwd())[-1]
410 os.getcwd = real_getcwd
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posixpath.py 229 self.assertEqual(realpath('.'), os.getcwd())
230 self.assertEqual(realpath('./.'), os.getcwd())
231 self.assertEqual(realpath('/'.join(['.'] * 100)), os.getcwd())
235 self.assertEqual(realpath('..'), dirname(os.getcwd()))
236 self.assertEqual(realpath('../..'), dirname(dirname(os.getcwd())))
388 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")
390 curdir = os.path.split(os.getcwd())[-1]
410 os.getcwd = real_getcwd
  /external/ltp/testcases/kernel/syscalls/clone/
clone02.c 210 if (getcwd(cwd_parent, sizeof(cwd_parent)) == NULL) {
211 tst_resm(TWARN | TERRNO, "getcwd() failed in test_setup()");
427 if ((getcwd(cwd, sizeof(cwd))) == NULL)
428 tst_resm(TWARN | TERRNO, "getcwd() failed");
  /external/ltp/testcases/kernel/syscalls/vfork/
vfork01.c 167 if ((Ccwd = (char *)getcwd(NULL,
169 tst_resm(TFAIL, "getcwd failed for the "
320 if ((Pcwd = (char *)getcwd(NULL, BUFSIZ)) == NULL) {
322 "getcwd failed for the parent process");
  /external/skia/infra/bots/assets/win_toolchain/
create.py 78 build = os.path.join(os.getcwd(), 'build')
84 shutil.copytree(os.path.join(os.getcwd(), 'tools', 'gyp', 'pylib'),
  /external/skqp/infra/bots/assets/win_toolchain/
create.py 78 build = os.path.join(os.getcwd(), 'build')
84 shutil.copytree(os.path.join(os.getcwd(), 'tools', 'gyp', 'pylib'),
  /test/framework/harnesses/host_controller/command_processor/
command_gsispl.py 93 tempdir_base = os.path.join(os.getcwd(), "tmp")
124 os.path.join(os.getcwd(), "host_controller", "gsi",
  /test/framework/harnesses/host_controller/gsi/
spl_batch.py 75 output_path = os.path.join(os.getcwd(), "splout")
118 os.path.join(os.getcwd(), "host_controller", "gsi",
  /art/
test.py 28 ANDROID_BUILD_TOP = os.environ.get('ANDROID_BUILD_TOP', os.getcwd())
  /external/clang/utils/
CaptureCmd 52 cwdKey = saveCaptureData('cwd-', dir, os.getcwd())
  /external/ltp/lib/
tst_resource.c 57 if (getcwd(curdir, PATH_MAX) == NULL) {
59 "tst_dataroot getcwd");
  /external/ltp/testcases/kernel/syscalls/readlink/
readlink04.c 119 if ((tmp_dir = getcwd(tmp_dir, 0)) == NULL)
120 tst_brkm(TBROK, NULL, "getcwd failed");
  /external/python/cpython2/Lib/test/
test_py_compile.py 16 self.cwd_drive = os.path.splitdrive(os.getcwd())[0]
  /external/skia/infra/bots/
update_meta_config.py 96 buildbucket_config = os.path.join(os.getcwd(), 'buildbucket.config')
  /external/skia/tools/
merge_static_libs.py 27 curdir = os.getcwd()
  /external/skqp/infra/bots/
update_meta_config.py 96 buildbucket_config = os.path.join(os.getcwd(), 'buildbucket.config')
  /external/skqp/tools/
merge_static_libs.py 27 curdir = os.getcwd()
  /external/v8/tools/
gyp_flag_compare.py 135 os.path.join(os.getcwd(),
141 os.path.join(os.getcwd(),
225 os.path.join(os.getcwd(), gyp_out_dir))
227 os.path.join(os.getcwd(), gn_out_dir))
  /external/valgrind/none/tests/
procfs-cmdline-exe.c 97 if (! getcwd(cwd, sizeof(cwd)))
98 perror("getcwd");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 33 # define getcwd _getcwd macro
  /tools/test/connectivity/acts/framework/tests/
acts_import_unit_test.py 85 path = os.path.relpath(os.path.join(root, f), os.getcwd())
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
cmptree.py 10 pwd = os.getcwd()
14 pwd = os.getcwd()
52 print "PWD =", repr(os.getcwd())

Completed in 799 milliseconds

1 2 3 4 5 67 8 91011>>