Searched refs:getcwd (Results 1 – 25 of 83) sorted by relevance
1234
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_archive_util.py | 57 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 …]
|
D | 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()
|
D | test_bdist_dumb.py | 36 self.old_location = os.getcwd()
|
D | test_core.py | 73 cwd = os.getcwd()
|
D | test_bdist_rpm.py | 33 self.old_location = os.getcwd()
|
D | test_build_py.py | 70 cwd = os.getcwd()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | getcwd.c | 27 getcwd(char *buf, int size) in getcwd() function 58 getcwd(char *buf, int size) in getcwd() function
|
D | dynload_beos.c | 175 (void)getcwd( fullpath, PATH_MAX ); in _PyImport_GetDynLoadFunc()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 62 getcwd = os.getcwd variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/ |
D | cmptree.py | 10 pwd = os.getcwd() 14 pwd = os.getcwd() 52 print "PWD =", repr(os.getcwd())
|
D | RCSProxy.py | 44 return os.getcwd() 47 save = os.getcwd()
|
D | FSProxy.py | 89 return os.getcwd() 93 save = os.getcwd(), self._ignore
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/ |
D | PackageFile.py | 155 Cwd = os.getcwd() 175 Cwd = os.getcwd() 208 Cwd = os.getcwd()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/ |
D | MkPkg.py | 23 from os import getcwd 124 Cwd = getcwd() 186 Cwd = getcwd()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | 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)
|
D | test_SimpleHTTPServer.py | 18 self.translated = os.getcwd()
|
D | test_posixpath.py | 313 (real_getcwd, os.getcwd) = (os.getcwd, lambda: r"/home/user/bar") 315 curdir = os.path.split(os.getcwd())[-1] 335 os.getcwd = real_getcwd
|
D | test_unicode_file.py | 117 cwd = os.getcwd() 128 cwd_result = os.getcwd().decode(TESTFN_ENCODING)
|
D | test_httpservers.py | 284 self.cwd = os.getcwd() 401 self.cwd = os.getcwd() 497 self.translated = os.getcwd() 518 cwd = os.getcwd()
|
D | test_ntpath.py | 171 currentdir = os.path.split(os.getcwd())[-1]
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | create-release.py | 58 dir = os.getcwd() 75 dir = os.getcwd()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/pybench/ |
D | CommandLine.py | 133 join=os.path.join,getcwd=os.getcwd): argument 149 return join(getcwd(), path)
|
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_cpu_stats_poll.c | 70 if (!getcwd(cwd, sizeof(cwd))) { in dtop_cpu_search()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/UnitTest/ |
D | InfBinarySectionTest.py | 290 Global.gINF_MODULE_DIR = os.getcwd()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | ntpath.py | 461 cwd = os.getcwd() 477 path = os.getcwd()
|
1234