Home
last modified time | relevance | path

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

12345678910

/external/pigweed/pw_env_setup/py/
Denvironment_test.py250 pathsep = kwargs.pop('pathsep', os.pathsep)
254 self.pathsep = pathsep
267 pathsep=self.pathsep,
271 os.environ[self.var_already_set] = self.pathsep.join(
283 return val.split(self.pathsep)
297 self.pathsep.join(('path', orig)))
307 self.pathsep.join(('path', orig)))
327 self.pathsep.join((orig, 'path')))
337 self.pathsep.join((orig, 'path')))
354 self.pathsep.join(('path', 'one', 'path', 'two', 'path')))
[all …]
/external/boringssl/src/util/bot/
Dvs_toolchain.py29 runtime_path = os.pathsep.join(vs_runtime_dll_dirs)
30 os.environ['PATH'] = runtime_path + os.pathsep + os.environ['PATH']
48 sep = os.pathsep if k == 'PATH' else ';'
51 env['PATH'] = env['PATH'] + os.pathsep + os.environ['PATH']
59 for path in os.environ['PATH'].split(os.pathsep):
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denvironment.py263 def __init__(self, pathsep=os.pathsep): argument
264 self.pathsep = pathsep
276 pathsep = kwargs.pop('pathsep', os.pathsep)
281 self._pathsep = pathsep
285 self._join = Join(pathsep)
407 visitor = batch_visitor.BatchVisitor(pathsep=self._pathsep)
409 visitor = shell_visitor.ShellVisitor(pathsep=self._pathsep)
415 visitor = shell_visitor.DeactivateShellVisitor(pathsep=self._pathsep)
442 apply = apply_visitor.ApplyVisitor(pathsep=self._pathsep)
Dshell_visitor.py24 pathsep = kwargs.pop('pathsep', ':')
26 self._pathsep = pathsep
36 pathsep=self._pathsep))
150 pathsep = kwargs.pop('pathsep', ':')
152 self._pathsep = pathsep
Dapply_visitor.py25 pathsep = kwargs.pop('pathsep', os.pathsep)
27 self._pathsep = pathsep
/external/curl/lib/
Durlapi.c279 char *pathsep; in concat_url() local
305 pathsep = strchr(protsep, '?'); in concat_url()
306 if(pathsep) in concat_url()
307 *pathsep = 0; in concat_url()
314 pathsep = strrchr(protsep, '/'); in concat_url()
315 if(pathsep) in concat_url()
316 *pathsep = 0; in concat_url()
321 pathsep = strchr(protsep, '/'); in concat_url()
322 if(pathsep) in concat_url()
323 protsep = pathsep + 1; in concat_url()
[all …]
/external/llvm-project/compiler-rt/test/asan/Unit/
Dlit.site.cfg.py.in10 new_ld_library_path = os.path.pathsep.join(
15 new_ld_32_library_path = os.path.pathsep.join(
20 new_ld_library_path_32 = os.path.pathsep.join(
24 new_ld_library_path_64 = os.path.pathsep.join(
/external/llvm-project/clang-tools-extra/test/
Dlit.cfg.py24 path = os.path.pathsep.join((path,
89 path = os.path.pathsep.join((
93 path = os.path.pathsep.join((config.clang_libs_dir, config.llvm_libs_dir,
/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/llvm-project/flang/test/Unit/
Dlit.cfg.py24 path = os.path.pathsep.join((config.flang_tools_dir, config.llvm_tools_dir, config.environment['PAT…
27 path = os.path.pathsep.join((config.flang_libs_dir, config.llvm_libs_dir,
/external/llvm-project/compiler-rt/test/asan/
Dlit.cfg.py35 new_ld_library_path = os.path.pathsep.join(
41 new_ld_32_library_path = os.path.pathsep.join(
47 new_ld_library_path_32 = os.path.pathsep.join(
52 new_ld_library_path_64 = os.path.pathsep.join(
231 os.environ['PATH'] = os.path.pathsep.join([config.compiler_rt_libdir,
/external/llvm-project/clang-tools-extra/test/Unit/
Dlit.cfg.py30 shlibpath = os.path.pathsep.join((config.shlibdir, config.llvm_libs_dir,
35 shlibpath = os.path.pathsep.join((config.shlibdir, shlibpath))
/external/llvm-project/lld/test/Unit/
Dlit.cfg.py22 path = os.path.pathsep.join((config.lld_tools_dir, config.llvm_tools_dir, config.environment['PATH'…
25 path = os.path.pathsep.join((config.lld_libs_dir, config.llvm_libs_dir,
/external/python/setuptools/setuptools/tests/
Denvironment.py10 for path in os.environ.get('PATH', '').split(os.pathsep):
37 env["PATH"] = os.pathsep.join(env["PATH"])
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)]),
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
Dutil.py36 path = path.split(os.pathsep)
44 pathext = os.environ.get("PATHEXT", "").split(os.pathsep)
/external/python/cffi/testing/embedding/
Dtest_basic.py30 pythonpath = org_env.get('PYTHONPATH', '').split(os.pathsep)
33 return os.pathsep.join(pythonpath)
144 path = os.path.split(sys.executable)[0] + os.path.pathsep + path
152 libpath = path + os.path.pathsep + libpath
/external/pigweed/pw_presubmit/py/pw_presubmit/
Denvironment.py59 os.environ['PATH'] = os.pathsep.join(str(x) for x in paths)
77 os.environ['PATH'] = os.pathsep.join((
/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/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/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/python/cpython3/Lib/distutils/tests/
Dtest_config_cmd.py64 cmd.include_dirs = 'one%stwo' % os.pathsep
66 cmd.library_dirs = 'three%sfour' % os.pathsep

12345678910