/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | LongFilePathOs.py | 70 pathsep = os.pathsep variable
|
D | MultipleWorkspace.py | 59 …convertPackagePath (Ws, os.path.normpath(Path.strip())) for Path in PackagesPath.split(os.pathsep)]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/ |
D | test_config_cmd.py | 58 cmd.include_dirs = 'one%stwo' % os.pathsep 60 cmd.library_dirs = 'three%sfour' % os.pathsep
|
D | test_build_ext.py | 70 cmd.library_dirs = value.split(os.pathsep) 170 cmd.rpath = os.pathsep.join(['one', 'two'])
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | which.py | 17 pathlist = os.environ['PATH'].split(os.pathsep)
|
D | win_add2path.py | 41 envpath = os.pathsep.join(paths)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | site.py | 312 libpath = os.environ['BEGINLIBPATH'].split(os.path.pathsep) 317 os.environ['BEGINLIBPATH'] = os.path.pathsep.join(libpath) 533 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
|
D | os.py | 134 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, 388 PATH = envpath.split(pathsep)
|
D | ntpath.py | 28 pathsep = ';' variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | site.py | 320 libpath = os.environ['BEGINLIBPATH'].split(os.path.pathsep) 325 os.environ['BEGINLIBPATH'] = os.path.pathsep.join(libpath) 527 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
|
D | os.py | 147 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, 403 PATH = envpath.split(pathsep)
|
D | ntpath.py | 42 pathsep = ';' variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | build_ext.py | 59 sep_by = " (separated by '%s')" % os.pathsep 155 self.include_dirs = self.include_dirs.split(os.pathsep) 173 self.library_dirs = string.split(self.library_dirs, os.pathsep) 178 self.rpath = string.split(self.rpath, os.pathsep)
|
D | config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep) 83 self.library_dirs = self.library_dirs.split(os.pathsep)
|
D | build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | msvc9compiler.py | 211 oldList = variable.split(os.pathsep) 216 newVariable = os.pathsep.join(newList) 290 if value.endswith(os.pathsep): 386 self.__paths = vc_env['path'].encode('mbcs').split(os.pathsep)
|
D | spawn.py | 159 paths = path.split(os.pathsep)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | site.py | 600 print os.pathsep.join(buffer) 611 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
|
D | webbrowser.py | 129 for d in path.split(os.pathsep): 631 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
D | os.py | 120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, 374 PATH = envpath.split(pathsep)
|
D | posixpath.py | 33 pathsep = ':' variable
|
D | ntpath.py | 28 pathsep = ';' variable
|
D | trace.py | 760 for s in val.split(os.pathsep):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_winsound.py | 227 for dir in os.environ.get("PATH", "").split(os.pathsep):
|
/device/linaro/bootloader/edk2/BaseTools/Tests/ |
D | TestTools.py | 173 os.path.pathsep.join((os.environ['PATH'], binPath))
|