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

1 2 3 4 5 6 7 8 910

  /external/sonivox/jet_tools/JetCreator/
JetSystemInfo.py 38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
  /external/swiftshader/third_party/subzero/pydir/
build-pnacl-ir.py 23 nacl_root + '/toolchain/linux_x86/pnacl_newlib_raw/bin' + os.pathsep +
24 os.pathsep + os.environ['PATH'])
  /external/python/cpython2/Lib/plat-os2emx/
grp.py 82 if os.pathsep:
83 if os.pathsep != ':':
84 __field_sep.append(os.pathsep)
pwd.py 101 if os.pathsep:
102 if os.pathsep != ':':
103 __field_sep[os.pathsep] = __nullpathconv
  /system/bt/build/toolchain/clang/
get_clang_suffix.py 7 for p in os.environ["PATH"].split(os.pathsep):
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
LongFilePathOs.py 70 pathsep = os.pathsep variable
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
Util.py 68 if os.pathsep == ';':
74 for path in paths.split(os.pathsep):
89 for path in paths.split(os.pathsep):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_config_cmd.py 58 cmd.include_dirs = 'one%stwo' % os.pathsep
60 cmd.library_dirs = 'three%sfour' % os.pathsep
  /external/python/cpython2/Lib/distutils/tests/
test_config_cmd.py 57 cmd.include_dirs = 'one%stwo' % os.pathsep
59 cmd.library_dirs = 'three%sfour' % os.pathsep
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 59 cmd.include_dirs = 'one%stwo' % os.pathsep
61 cmd.library_dirs = 'three%sfour' % os.pathsep
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_config_cmd.py 59 cmd.include_dirs = 'one%stwo' % os.pathsep
61 cmd.library_dirs = 'three%sfour' % os.pathsep
  /external/curl/lib/
transfer.c 1558 char *pathsep; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
which.py 17 pathlist = os.environ['PATH'].split(os.pathsep)
win_add2path.py 41 envpath = os.pathsep.join(paths)
  /external/python/cpython2/Tools/scripts/
which.py 17 pathlist = os.environ['PATH'].split(os.pathsep)
win_add2path.py 41 envpath = os.pathsep.join(paths)
  /external/python/cpython3/Tools/scripts/
which.py 17 pathlist = os.environ['PATH'].split(os.pathsep)
win_add2path.py 42 envpath = os.pathsep.join(paths)
  /external/v8/tools/
find_depot_tools.py 24 for i in os.environ['PATH'].split(os.pathsep):
  /external/vulkan-validation-layers/scripts/
determine_vs_version.py 37 for path in os.environ["PATH"].split(os.pathsep):
  /external/clang/utils/check_cfc/
test_check_cfc.py 30 path_var = os.pathsep.join(
34 self.assertNotIn(bin_path, stripped_path_var.split(os.pathsep))
  /external/mesa3d/scons/
crossmingw.py 131 path = string.split(path, os.pathsep)
133 env['ENV']['PATH'] = string.join([dir] + path, os.pathsep)
  /external/python/cpython2/PC/VS7.1/
build_ssl.py 20 entries = os.environ["PATH"].split(os.pathsep)
149 os.pathsep + \
  /external/python/cpython3/Lib/distutils/tests/
test_config_cmd.py 60 cmd.include_dirs = 'one%stwo' % os.pathsep
62 cmd.library_dirs = 'three%sfour' % 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)

Completed in 471 milliseconds

1 2 3 4 5 6 7 8 910