HomeSort by relevance Sort by last modified time
    Searched refs:pathsep (Results 126 - 150 of 236) sorted by null

1 2 3 4 56 7 8 910

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
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/linux-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)
spawn.py 180 A string listing directories separated by 'os.pathsep'; defaults to
185 paths = path.split(os.pathsep)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
support.py 221 cmd.library_dirs = value.split(os.pathsep)
test_build_ext.py 166 cmd.library_dirs = 'my_lib_dir%sother_lib_dir' % os.pathsep
174 cmd.rpath = 'one%stwo' % os.pathsep
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_winsound.py 228 for dir in os.environ.get("PATH", "").split(os.pathsep):
  /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/tests/
test_build_ext.py 70 cmd.library_dirs = value.split(os.pathsep)
168 # if it's a list of os.pathsep's paths
170 cmd.rpath = os.pathsep.join(['one', 'two'])
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-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",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
374 PATH = envpath.split(pathsep)
webbrowser.py 129 for d in path.split(os.pathsep):
631 _userchoices = os.environ["BROWSER"].split(os.pathsep)
  /external/clang/utils/analyzer/
SATestBuild.py 98 if os.pathsep == ';':
104 for path in paths.split(os.pathsep):
  /external/python/cpython2/Lib/distutils/tests/
test_build_ext.py 159 cmd.library_dirs = 'my_lib_dir%sother_lib_dir' % os.pathsep
167 cmd.rpath = 'one%stwo' % os.pathsep
  /external/python/cpython2/Lib/
os.py 12 - os.pathsep is the component separator used in $PATH etc
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
376 PATH = envpath.split(pathsep)
webbrowser.py 129 for d in path.split(os.pathsep):
663 _userchoices = os.environ["BROWSER"].split(os.pathsep)
  /external/python/cpython3/Lib/distutils/tests/
test_build_ext.py 188 cmd.library_dirs = 'my_lib_dir%sother_lib_dir' % os.pathsep
196 cmd.rpath = 'one%stwo' % os.pathsep
  /prebuilts/gdb/darwin-x86/lib/python2.7/
os.py 12 - os.pathsep is the component separator used in $PATH etc
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
374 PATH = envpath.split(pathsep)
webbrowser.py 129 for d in path.split(os.pathsep):
662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
  /prebuilts/gdb/linux-x86/lib/python2.7/
os.py 12 - os.pathsep is the component separator used in $PATH etc
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
374 PATH = envpath.split(pathsep)
webbrowser.py 129 for d in path.split(os.pathsep):
662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_build_ext.py 166 cmd.library_dirs = 'my_lib_dir%sother_lib_dir' % os.pathsep
174 cmd.rpath = 'one%stwo' % os.pathsep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
os.py 12 - os.pathsep is the component separator used in $PATH etc
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
374 PATH = envpath.split(pathsep)
webbrowser.py 129 for d in path.split(os.pathsep):
662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
os.py 12 - os.pathsep is the component separator used in $PATH etc
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep,
374 PATH = envpath.split(pathsep)
webbrowser.py 129 for d in path.split(os.pathsep):
662 _userchoices = os.environ["BROWSER"].split(os.pathsep)

Completed in 775 milliseconds

1 2 3 4 56 7 8 910