/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/python/cpython3/Lib/distutils/command/ |
build_clib.py | 88 self.include_dirs = self.include_dirs.split(os.pathsep)
|
build_ext.py | 55 sep_by = " (separated by '%s')" % os.pathsep 155 self.include_dirs = self.include_dirs.split(os.pathsep) 178 self.library_dirs = self.library_dirs.split(os.pathsep) 183 self.rpath = self.rpath.split(os.pathsep)
|
/external/python/cpython3/Lib/distutils/ |
msvc9compiler.py | 211 oldList = variable.split(os.pathsep) 216 newVariable = os.pathsep.join(newList) 281 if value.endswith(os.pathsep): 376 self.__paths = vc_env['path'].split(os.pathsep)
|
/external/python/cpython3/Lib/distutils/tests/ |
support.py | 210 cmd.library_dirs = [d for d in value.split(os.pathsep) if d]
|
/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):
|
/prebuilts/gdb/linux-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/linux-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/linux-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):
|
/prebuilts/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
support.py | 221 cmd.library_dirs = value.split(os.pathsep)
|
/prebuilts/python/darwin-x86/2.7.5/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):
|
/prebuilts/python/linux-x86/2.7.5/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...] |