HomeSort by relevance Sort by last modified time
    Searched full:pathsep (Results 76 - 100 of 301) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/PC/VS8.0/
build_ssl.py 30 entries = os.environ["PATH"].split(os.pathsep)
210 os.pathsep + \
  /external/python/cpython3/Lib/test/
test_mailcap.py 81 env_mailcaps = env["MAILCAPS"].split(os.pathsep)
84 env["MAILCAPS"] = os.pathsep.join(env_mailcaps)
  /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)
posixpath.py 25 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
33 pathsep = ':' variable
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
MultipleWorkspace.py 59 cls.PACKAGES_PATH = [cls.convertPackagePath (Ws, os.path.normpath(Path.strip())) for Path in PackagesPath.split(os.pathsep)]
  /device/linaro/bootloader/edk2/BaseTools/Tests/
TestTools.py 173 os.path.pathsep.join((os.environ['PATH'], binPath))
  /external/boringssl/src/util/bot/
vs_toolchain.py 70 for path in os.environ['PATH'].split(os.pathsep):
  /external/chromium-trace/catapult/third_party/pyserial/serial/
sermsdos.py 35 # curdir, pardir, sep, altsep, pathsep, defpath, linesep.
  /external/clang/test/
lit.cfg 25 path = os.path.pathsep.join((path,
102 path = os.path.pathsep.join((
108 path = os.path.pathsep.join((llvm_libs_dir,
304 tool_dirs = os.path.pathsep.join((clang_tools_dir, llvm_tools_dir))
  /external/deqp/scripts/build/
common.py 103 paths = os.environ['PATH'].split(os.pathsep)
  /external/llvm/test/
lit.cfg 24 path = os.path.pathsep.join((path,
64 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
108 ocamlpath = os.path.pathsep.join((llvm_ocaml_lib, os.environ['OCAMLPATH']))
114 caml_ld_library_path = os.path.pathsep.join((llvm_ocaml_lib,
  /external/llvm/utils/lit/lit/
LitConfig.py 106 self.bashPath = lit.util.which('bash', os.pathsep.join(self.path))
TestingConfig.py 20 'PATH' : os.pathsep.join(litConfig.path +
  /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)
  /external/python/cpython3/Lib/distutils/
_msvccompiler.py 118 paths = os.getenv('path').split(os.pathsep)
203 paths = self._paths.split(os.pathsep)
212 for dir in vc_env.get('include', '').split(os.pathsep):
216 for dir in vc_env.get('lib', '').split(os.pathsep):
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitConfig.py 75 self.bashPath = Util.which('bash', os.pathsep.join(self.path))
  /external/v8/src/inspector/build/
compile-scripts.py 72 for part in os.environ['PATH'].split(os.pathsep):
  /frameworks/base/packages/SystemUI/scripts/
new_merge.py 21 for path in os.environ["PATH"].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,
374 PATH = envpath.split(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)
  /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)
  /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)
  /tools/repohooks/tools/
google-java-format.py 78 os.pathsep,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
config.py 73 self.include_dirs = self.include_dirs.split(os.pathsep)
83 self.library_dirs = self.library_dirs.split(os.pathsep)
  /external/clang/utils/check_cfc/
check_cfc.py 96 pathlist = path_var.split(os.pathsep)
100 return os.pathsep.join(pathlist)

Completed in 850 milliseconds

1 2 34 5 6 7 8 91011>>