/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):
|
/external/chromium-trace/catapult/telemetry/telemetry/testing/ |
system_stub.py | 392 pathsep = os.pathsep variable in class:OsModuleStub
|
/external/clang/utils/analyzer/ |
SATestBuild.py | 98 if os.pathsep == ';': 104 for path in paths.split(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, namespace 374 PATH = envpath.split(pathsep)
|
webbrowser.py | 129 for d in path.split(os.pathsep): 662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
_osx_support.py | 32 A string listing directories separated by 'os.pathsep'; defaults to 38 paths = path.split(os.pathsep)
|
ntpath.py | 20 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep", 28 pathsep = ';' variable
|
posixpath.py | 33 "curdir","pardir","sep","pathsep","defpath","altsep","extsep", 41 pathsep = ':' variable
|
/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, namespace 374 PATH = envpath.split(pathsep)
|
webbrowser.py | 129 for d in path.split(os.pathsep): 662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
_osx_support.py | 32 A string listing directories separated by 'os.pathsep'; defaults to 38 paths = path.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, namespace 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, namespace 374 PATH = envpath.split(pathsep)
|
webbrowser.py | 129 for d in path.split(os.pathsep): 662 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
/external/deqp/android/scripts/ |
common.py | 68 for path in os.environ['PATH'].split(os.pathsep):
|
/external/llvm/utils/ |
llvm-compilers-check | 85 string listing directories separated by 'os.pathsep'; defaults to 91 paths = path.split(os.pathsep) 100 pathext = os.environ['PATHEXT'].lower().split(os.pathsep)
|
/external/v8/build/android/buildbot/ |
bb_run_bot.py | 85 env['PATH'] = os.pathsep.join([build_internal_android, env['PATH']])
|
/external/v8/build/ |
gyp_chromium.py | 231 env['PATH'] = python_dir + os.pathsep + env.get('PATH', '')
|