Home
last modified time | relevance | path

Searched refs:pathsep (Results 1 – 25 of 103) sorted by relevance

12345

/external/curl/lib/
Dtransfer.c1484 char *pathsep; in concat_url() local
1509 pathsep = strchr(protsep, '?'); in concat_url()
1510 if(pathsep) in concat_url()
1511 *pathsep=0; in concat_url()
1518 pathsep = strrchr(protsep, '/'); in concat_url()
1519 if(pathsep) in concat_url()
1520 *pathsep=0; in concat_url()
1525 pathsep = strchr(protsep, '/'); in concat_url()
1526 if(pathsep) in concat_url()
1527 protsep = pathsep+1; in concat_url()
[all …]
/external/python/cpython2/Lib/plat-os2emx/
Dgrp.py82 if os.pathsep:
83 if os.pathsep != ':':
84 __field_sep.append(os.pathsep)
Dpwd.py101 if os.pathsep:
102 if os.pathsep != ':':
103 __field_sep[os.pathsep] = __nullpathconv
/external/swiftshader/third_party/subzero/pydir/
Dbuild-pnacl-ir.py23 nacl_root + '/toolchain/linux_x86/pnacl_newlib_raw/bin' + os.pathsep +
24 os.pathsep + os.environ['PATH'])
/external/swiftshader/third_party/LLVM/utils/lit/lit/
DUtil.py68 if os.pathsep == ';':
74 for path in paths.split(os.pathsep):
89 for path in paths.split(os.pathsep):
/external/python/cpython2/PC/VS9.0/
Dbuild_ssl.py33 entries = os.environ["PATH"].split(os.pathsep)
183 os.environ['PATH'] = os.pathsep.join([nasm_dir, old_path])
208 os.pathsep + \
/external/libcxx/utils/libcxx/
Dutil.py118 if os.pathsep == ';':
124 for path in paths.split(os.pathsep):
141 for path in paths.split(os.pathsep):
/external/boringssl/src/util/bot/go/
Dbootstrap.py226 env['GOPATH'] = os.pathsep.join(all_go_paths)
236 path = env['PATH'].split(os.pathsep)
238 env['PATH'] = os.pathsep.join(paths_to_add + path)
/external/python/cpython2/Lib/distutils/tests/
Dtest_config_cmd.py57 cmd.include_dirs = 'one%stwo' % os.pathsep
59 cmd.library_dirs = 'three%sfour' % os.pathsep
/external/llvm/utils/lit/lit/
Dutil.py91 if os.pathsep == ';':
97 for path in paths.split(os.pathsep):
112 for path in paths.split(os.pathsep):
/external/mesa3d/scons/
Dcrossmingw.py131 path = string.split(path, os.pathsep)
133 env['ENV']['PATH'] = string.join([dir] + path, os.pathsep)
/external/python/cpython2/PC/VS7.1/
Dbuild_ssl.py20 entries = os.environ["PATH"].split(os.pathsep)
149 os.pathsep + \
/external/sonivox/jet_tools/JetCreator/
DJetSystemInfo.py38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
/external/clang/utils/check_cfc/
Dtest_check_cfc.py30 path_var = os.pathsep.join(
34 self.assertNotIn(bin_path, stripped_path_var.split(os.pathsep))
/external/python/cpython2/PCbuild/
Dprepare_ssl.py31 entries = os.environ["PATH"].split(os.pathsep)
189 os.pathsep + \
/external/v8/gypfiles/
Dvs_toolchain.py72 runtime_path = os.path.pathsep.join(vs_runtime_dll_dirs)
73 os.environ['PATH'] = runtime_path + os.path.pathsep + os.environ['PATH']
355 os.path.pathsep.join(runtime_dll_dirs or ['None']))
/external/python/cpython2/PC/VC6/
Dbuild_ssl.py25 entries = os.environ["PATH"].split(os.pathsep)
187 os.pathsep + \
/external/python/cpython2/PC/VS8.0/
Dbuild_ssl.py30 entries = os.environ["PATH"].split(os.pathsep)
210 os.pathsep + \
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dlit.cfg26 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
/external/python/cpython2/Lib/distutils/command/
Dbuild_ext.py59 sep_by = " (separated by '%s')" % os.pathsep
155 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)
/external/v8/tools/
Dfind_depot_tools.py24 for i in os.environ['PATH'].split(os.pathsep):
/external/python/cpython2/Tools/scripts/
Dwhich.py17 pathlist = os.environ['PATH'].split(os.pathsep)
/external/swiftshader/third_party/LLVM/test/
Dlit.cfg33 path = os.path.pathsep.join((path,
53 path = os.path.pathsep.join((os.path.join(llvmgcc_dir, 'bin'),
60 path = os.path.pathsep.join((os.path.join(llvm_src_root, 'test',
68 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
181 if os.pathsep == ';':
/external/vulkan-validation-layers/
Ddetermine_vs_version.py36 for path in os.environ["PATH"].split(os.pathsep):
/external/compiler-rt/test/asan/Unit/
Dlit.site.cfg.in9 new_ld_library_path = os.path.pathsep.join(

12345