Home
last modified time | relevance | path

Searched refs:pathsep (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DLongFilePathOs.py70 pathsep = os.pathsep variable
DMultipleWorkspace.py59 …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/
Dtest_config_cmd.py58 cmd.include_dirs = 'one%stwo' % os.pathsep
60 cmd.library_dirs = 'three%sfour' % os.pathsep
Dtest_build_ext.py70 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/
Dwhich.py17 pathlist = os.environ['PATH'].split(os.pathsep)
Dwin_add2path.py41 envpath = os.pathsep.join(paths)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dsite.py312 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))
Dos.py134 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
388 PATH = envpath.split(pathsep)
Dntpath.py28 pathsep = ';' variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dsite.py320 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))
Dos.py147 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
403 PATH = envpath.split(pathsep)
Dntpath.py42 pathsep = ';' variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbuild_ext.py59 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)
Dconfig.py73 self.include_dirs = self.include_dirs.split(os.pathsep)
83 self.library_dirs = self.library_dirs.split(os.pathsep)
Dbuild_clib.py90 self.include_dirs = self.include_dirs.split(os.pathsep)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dmsvc9compiler.py211 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)
Dspawn.py159 paths = path.split(os.pathsep)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsite.py600 print os.pathsep.join(buffer)
611 print textwrap.dedent(help % (sys.argv[0], os.pathsep))
Dwebbrowser.py129 for d in path.split(os.pathsep):
631 _userchoices = os.environ["BROWSER"].split(os.pathsep)
Dos.py120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
374 PATH = envpath.split(pathsep)
Dposixpath.py33 pathsep = ':' variable
Dntpath.py28 pathsep = ';' variable
Dtrace.py760 for s in val.split(os.pathsep):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_winsound.py227 for dir in os.environ.get("PATH", "").split(os.pathsep):
/device/linaro/bootloader/edk2/BaseTools/Tests/
DTestTools.py173 os.path.pathsep.join((os.environ['PATH'], binPath))

12