/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
posixpath.py | 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep", 41 pathsep = ':' variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
config.py | 73 self.include_dirs = self.include_dirs.split(os.pathsep) 83 self.library_dirs = self.library_dirs.split(os.pathsep)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
posixpath.py | 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep", 41 pathsep = ':' variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
os.py | 12 - os.pathsep is the component separator used in $PATH etc
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
134 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
388 PATH = envpath.split(pathsep)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
os.py | 25 - os.pathsep is the component separator used in $PATH etc
44 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
147 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
403 PATH = envpath.split(pathsep)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
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)
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
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)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
test_genericpath.py | 167 'pathsep', 'defpath', 'altsep', 'devnull',
|
test_winsound.py | 227 for dir in os.environ.get("PATH", "").split(os.pathsep):
|
/external/chromium-trace/catapult/systrace/systrace/ |
run_systrace.py | 104 paths = os.environ['PATH'].split(os.pathsep)
|
/external/compiler-rt/test/asan/ |
lit.cfg | 25 new_ld_library_path = os.path.pathsep.join(
|
/external/compiler-rt/test/ |
lit.common.cfg | 67 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
|
/external/jsoncpp/ |
doxybuild.py | 16 paths = os.environ.get('PATH', '').split(os.pathsep)
|
/external/python/cpython2/Lib/distutils/command/ |
build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
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)
|
/external/python/cpython2/Lib/distutils/ |
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)
|
/external/python/cpython2/Lib/distutils/tests/ |
support.py | 221 cmd.library_dirs = [d for d in value.split(os.pathsep) if d]
|
/external/skia/infra/bots/recipe_modules/vars/ |
api.py | 33 self.default_env['PATH'] = self.m.path.pathsep.join([
|
/external/swiftshader/third_party/subzero/pydir/ |
build-runtime.py | 180 ).format(root=args.pnacl_root, sep=os.pathsep, path=os.environ['PATH'])
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
build_ext.py | 60 sep_by = " (separated by '%s')" % os.pathsep 156 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) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
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)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_genericpath.py | 167 'pathsep', 'defpath', 'altsep', 'devnull',
|
test_winsound.py | 228 for dir in os.environ.get("PATH", "").split(os.pathsep):
|