Home
last modified time | relevance | path

Searched refs:getcwd (Results 1 – 25 of 89) sorted by relevance

1234

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_archive_util.py57 old_dir = os.getcwd()
70 old_dir = os.getcwd()
107 old_dir = os.getcwd()
122 old_dir = os.getcwd()
136 old_dir = os.getcwd()
147 old_dir = os.getcwd()
162 old_dir = os.getcwd()
176 old_dir = os.getcwd()
244 old_dir = os.getcwd()
267 current_dir = os.getcwd()
[all …]
Dtest_build_ext.py287 old_wd = os.getcwd()
321 old_wd = os.getcwd()
339 curdir = os.getcwd()
375 curdir = os.getcwd()
400 curdir = os.getcwd()
Dtest_bdist_dumb.py36 self.old_location = os.getcwd()
Dtest_core.py73 cwd = os.getcwd()
Dtest_bdist_rpm.py33 self.old_location = os.getcwd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetcwd.c27 getcwd(char *buf, int size) in getcwd() function
58 getcwd(char *buf, int size) in getcwd() function
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py62 getcwd = os.getcwd variable
/device/google/bonito/seccomp_policy/
Dcodec2.vendor.ext.policy8 getcwd: 1
Dmediacodec.policy8 getcwd: 1
/device/google/crosshatch/seccomp_policy/
Dcodec2.vendor.ext.policy8 getcwd: 1
Dmediacodec.policy8 getcwd: 1
/device/google/wahoo/seccomp_policy/
Dmediacodec.policy8 getcwd: 1
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Dcmptree.py10 pwd = os.getcwd()
14 pwd = os.getcwd()
52 print "PWD =", repr(os.getcwd())
DRCSProxy.py44 return os.getcwd()
47 save = os.getcwd()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
DPackageFile.py155 Cwd = os.getcwd()
175 Cwd = os.getcwd()
208 Cwd = os.getcwd()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DMkPkg.py23 from os import getcwd
124 Cwd = getcwd()
186 Cwd = getcwd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shutil.py358 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)
Dtest_SimpleHTTPServer.py18 self.translated = os.getcwd()
Dtest_posixpath.py313 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar")
315 curdir = os.path.split(os.getcwd())[-1]
335 os.getcwd = real_getcwd
Dtest_unicode_file.py117 cwd = os.getcwd()
128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
Dtest_httpservers.py284 self.cwd = os.getcwd()
401 self.cwd = os.getcwd()
497 self.translated = os.getcwd()
518 cwd = os.getcwd()
/device/linaro/bootloader/edk2/OvmfPkg/
Dcreate-release.py58 dir = os.getcwd()
75 dir = os.getcwd()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/
DCommandLine.py133 join=os.path.join,getcwd=os.getcwd): argument
149 return join(getcwd(), path)
/device/google/cuttlefish_common/tools/
Dupload_to_gce_and_run.py12 dir = os.getcwd()
/device/google/marlin/dataservices/datatop/src/
Ddatatop_cpu_stats_poll.c70 if (!getcwd(cwd, sizeof(cwd))) { in dtop_cpu_search()

1234