/third_party/libinput/src/ |
H A D | builddir.h | 39 char *pathsep; in builddir_lookup() local 55 pathsep = strrchr(execdir, '/'); in builddir_lookup() 56 if (!pathsep) in builddir_lookup() 59 *pathsep = '\0'; in builddir_lookup()
|
/third_party/curl/lib/ |
H A D | urlapi.c | 262 char *pathsep; in concat_url() local 281 pathsep = strchr(protsep, '?'); in concat_url() 282 if(pathsep) in concat_url() 283 *pathsep = 0; in concat_url() 290 pathsep = strrchr(protsep, '/'); in concat_url() 291 if(pathsep) in concat_url() 292 *pathsep = 0; in concat_url() 297 pathsep = strchr(protsep, '/'); in concat_url() 298 if(pathsep) in concat_url() 299 protsep = pathsep in concat_url() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | rehash.c | 357 const char *pathsep = ""; in do_dir() local 368 pathsep = "/"; in do_dir() 404 dirname, pathsep, filename) >= buflen) in do_dir() 437 dirname, pathsep, bp->hash, in do_dir() 459 dirname, pathsep, bp->hash, in do_dir()
|
/third_party/openssl/apps/ |
H A D | rehash.c | 360 const char *pathsep; in do_dir() local 370 pathsep = (buflen && !ends_with_dirsep(dirname)) ? "/": ""; in do_dir() 398 dirname, pathsep, filename) >= buflen) in do_dir() 431 dirname, pathsep, &n, bp->hash, in do_dir() 453 dirname, pathsep, &n, bp->hash, in do_dir()
|
/third_party/python/Lib/distutils/command/ |
H A D | build_ext.py | 55 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)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_config_cmd.py | 71 cmd.include_dirs = 'one%stwo' % os.pathsep 73 cmd.library_dirs = 'three%sfour' % os.pathsep
|
H A D | test_build_ext.py | 194 for p in py_include.split(os.path.pathsep): 198 for p in plat_py_include.split(os.path.pathsep): 211 cmd.library_dirs = 'my_lib_dir%sother_lib_dir' % os.pathsep 219 cmd.rpath = 'one%stwo' % os.pathsep
|
/third_party/python/PCbuild/ |
H A D | prepare_ssl.py | 31 entries = os.environ["PATH"].split(os.pathsep) 188 os.pathsep + \
|
/third_party/python/Lib/test/ |
H A D | test_mailcap.py | 88 env_mailcaps = env["MAILCAPS"].split(os.pathsep) 91 env["MAILCAPS"] = os.pathsep.join(env_mailcaps)
|
H A D | test_embed.py | 266 env = dict(os.environ, PYTHONPATH=os.pathsep.join(sys.path)) 282 env['PYTHONPATH'] = os.pathsep.join(sys.path) 689 paths = pythonpath_env.split(os.path.pathsep) 1190 env = {'TESTPATH': os.path.pathsep.join(paths)} 1217 env = {'TESTPATH': os.path.pathsep.join(paths)} 1272 paths_str = os.path.pathsep.join(paths) 1313 paths_str = os.path.pathsep.join(paths) 1372 paths_str = os.path.pathsep.join(paths) 1533 "PYTHONPATH": os.path.pathsep.join(c[0] for c in CASES)} 1575 self.assertEqual(Py_GetPath().split(os.path.pathsep), [all...] |
/third_party/python/Lib/distutils/ |
H A D | _msvccompiler.py | 153 paths = os.getenv('path').split(os.pathsep) 226 paths = self._paths.split(os.pathsep) 234 for dir in vc_env.get('include', '').split(os.pathsep): 238 for dir in vc_env.get('lib', '').split(os.pathsep):
|
H A D | msvc9compiler.py | 209 oldList = variable.split(os.pathsep) 214 newVariable = os.pathsep.join(newList) 279 if value.endswith(os.pathsep): 373 self.__paths = vc_env['path'].split(os.pathsep)
|
H A D | spawn.py | 98 A string listing directories separated by 'os.pathsep'; defaults to 123 paths = path.split(os.pathsep)
|
/third_party/skia/infra/bots/recipe_modules/git/ |
H A D | api.py | 18 return self.m.env({'PATH': self.m.path.pathsep.join(
|
/third_party/skia/infra/bots/recipe_modules/infra/ |
H A D | api.py | 29 'PATH': self.m.path.pathsep.join([
|
/third_party/skia/tools/infra/ |
H A D | go.py | 35 for entry in os.environ.get('PATH', '').split(os.pathsep):
|
/third_party/node/deps/v8/tools/ |
H A D | find_depot_tools.py | 27 for i in os.environ['PATH'].split(os.pathsep):
|
/third_party/node/ |
H A D | android_configure.py | 65 os.environ['PATH'] += os.pathsep + toolchain_path + "/bin"
|
/third_party/python/Tools/scripts/ |
H A D | win_add2path.py | 42 envpath = os.pathsep.join(paths)
|
H A D | which.py | 17 pathlist = os.environ['PATH'].split(os.pathsep)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSUserFile.py | 31 paths = os.environ.get("PATH", "").split(os.pathsep)
|
/third_party/node/tools/v8/ |
H A D | fetch_deps.py | 79 env["PATH"] = depot_tools + os.pathsep + env["PATH"]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | MSVSUserFile.py | 31 paths = os.environ.get("PATH", "").split(os.pathsep)
|
/third_party/python/PC/layout/support/ |
H A D | pip.py | 55 search_path = os.pathsep.join(wheels)
|
/third_party/node/tools/gyp/ |
H A D | test_gyp.py | 82 extra_path = os.pathsep.join(extra_path) 83 os.environ["PATH"] = extra_path + os.pathsep + os.environ["PATH"]
|