Home
last modified time | relevance | path

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

1234567

/external/curl/lib/
Durlapi.c274 char *pathsep; in concat_url() local
300 pathsep = strchr(protsep, '?'); in concat_url()
301 if(pathsep) in concat_url()
302 *pathsep = 0; in concat_url()
309 pathsep = strrchr(protsep, '/'); in concat_url()
310 if(pathsep) in concat_url()
311 *pathsep = 0; in concat_url()
316 pathsep = strchr(protsep, '/'); in concat_url()
317 if(pathsep) in concat_url()
318 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/python/setuptools/setuptools/tests/
Dtest_egg_info.py443 pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]),
461 pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]),
485 pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]),
514 pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]),
534 pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]),
576 pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]),
Denvironment.py10 for path in os.environ.get('PATH', '').split(os.pathsep):
37 env["PATH"] = os.pathsep.join(env["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/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/python/setuptools/pkg_resources/_vendor/
Dappdirs.py148 os.pathsep.join(['/usr/local/share', '/usr/share']))
149 pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)]
156 path = os.pathsep.join(pathlist)
244 pathlist = [os.path.expanduser(x.rstrip(os.sep)) for x in path.split(os.pathsep)]
251 path = os.pathsep.join(pathlist)
/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/python/cpython3/Lib/distutils/command/
Dbuild_ext.py55 sep_by = " (separated by '%s')" % os.pathsep
155 self.include_dirs = self.include_dirs.split(os.pathsep)
164 self.include_dirs.extend(py_include.split(os.path.pathsep))
167 plat_py_include.split(os.path.pathsep))
179 self.library_dirs = self.library_dirs.split(os.pathsep)
184 self.rpath = self.rpath.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/cpython3/Lib/distutils/tests/
Dtest_config_cmd.py60 cmd.include_dirs = 'one%stwo' % os.pathsep
62 cmd.library_dirs = 'three%sfour' % os.pathsep
/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/python/cpython3/Lib/test/
Dtest_mailcap.py81 env_mailcaps = env["MAILCAPS"].split(os.pathsep)
84 env["MAILCAPS"] = os.pathsep.join(env_mailcaps)
/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/python/cpython3/PCbuild/
Dprepare_ssl.py31 entries = os.environ["PATH"].split(os.pathsep)
188 os.pathsep + \
/external/python/cpython2/PCbuild/
Dprepare_ssl.py34 entries = os.environ["PATH"].split(os.pathsep)
192 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/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/
Dutil.py206 if os.pathsep == ';':
212 for path in paths.split(os.pathsep):
229 for path in paths.split(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/sonivox/jet_tools/JetCreator/
DJetSystemInfo.py38 for dir in string.split(os.environ['PYTHONPATH'], os.pathsep):
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py168 paths = os.getenv('path').split(os.pathsep)
245 paths = self._paths.split(os.pathsep)
254 for dir in vc_env.get('include', '').split(os.pathsep):
258 for dir in vc_env.get('lib', '').split(os.pathsep):
/external/python/cpython2/PC/VC6/
Dbuild_ssl.py25 entries = os.environ["PATH"].split(os.pathsep)
187 os.pathsep + \

1234567