Searched refs:cwd (Results 1 – 23 of 23) sorted by relevance
/device/google/marlin/dataservices/datatop/src/ |
D | datatop_cpu_stats_poll.c | 68 char cwd[1024]; in dtop_cpu_search() local 70 if (!getcwd(cwd, sizeof(cwd))) { in dtop_cpu_search() 101 chdir(cwd); in dtop_cpu_search()
|
D | datatop_gen_poll.c | 226 char cwd[1024]; in dtop_search() local 228 if (!getcwd(cwd, sizeof(cwd))) { in dtop_search() 268 chdir(cwd); in dtop_search()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/ |
D | log.py | 34 self.cwd = self._info['current-directory'] 36 self.cwd = None 129 self.cwd = lineno 168 absname = os.path.normcase(os.path.join(self.cwd, filename))
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_core.py | 73 cwd = os.getcwd() 84 self.assertEqual(cwd, output)
|
D | test_build_py.py | 70 cwd = os.getcwd() 99 os.chdir(cwd)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_httpservers.py | 284 self.cwd = os.getcwd() 296 os.chdir(self.cwd) 401 self.cwd = os.getcwd() 406 os.chdir(self.cwd) 518 cwd = os.getcwd() 526 os.chdir(cwd)
|
D | test_unicode_file.py | 117 cwd = os.getcwd() 136 os.chdir(cwd)
|
D | test_subprocess.py | 150 executable=sys.executable, cwd=python_dir) 292 cwd = os.getcwd() 295 os.chdir(cwd) 300 cwd=tmpdir) 665 cwd="/this/path/does/not/exist")
|
D | test_tarfile.py | 720 cwd = os.getcwd() 723 os.chdir(cwd) 830 cwd = os.getcwd() 844 os.chdir(cwd)
|
D | test_sys.py | 471 executable=sys.executable, stdout=subprocess.PIPE, cwd=python_dir)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | posixpath.py | 345 cwd = os.getcwdu() 347 cwd = os.getcwd() 348 path = join(cwd, path)
|
D | ntpath.py | 459 cwd = os.getcwdu() 461 cwd = os.getcwd() 462 path = join(cwd, path)
|
D | sysconfig.py | 436 cwd = os.getcwd() 438 cwd = None 440 base != cwd):
|
D | urllib.py | 869 self.ftp.cwd(dir) 898 self.ftp.cwd(file) 902 self.ftp.cwd(pwd)
|
D | ftplib.py | 532 def cwd(self, dirname): member in FTP
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | ntpath.py | 464 cwd = os.getcwdu() 466 cwd = os.getcwd() 467 path = join(cwd, path)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | ftpmirror.py | 97 f.cwd(remotedir) 294 f.cwd(subdir) 301 f.cwd('..')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | ntpath.py | 494 cwd = os.getcwdu() 496 cwd = os.getcwd() 497 path = join(cwd, path)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | sysconfig.py | 489 cwd = os.getcwd() 491 cwd = None 493 base != cwd):
|
/device/linaro/bootloader/edk2/StdLib/ |
D | ISSUES.txt | 43 9: chdir/cwd not in EFI Shell 2012 Understood
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | build.py | 277 …Proc = Popen(Command, stdout=PIPE, stderr=PIPE, env=os.environ, cwd=WorkingDir, bufsize=-1, shell=…
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/ |
D | UefiShellLevel2CommandsLib.uni | 271 " variable %cwd%.\r\n"
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/ |
D | VfrCompile.g | 520 " -od OutputDir deposit all output files to directory OutputDir (default=cwd)",
|