/third_party/libinput/src/ |
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/ |
D | urlapi.c | 260 char *pathsep; in concat_url() local 276 pathsep = strchr(protsep, '?'); in concat_url() 277 if(pathsep) in concat_url() 278 *pathsep = 0; in concat_url() 285 pathsep = strrchr(protsep, '/'); in concat_url() 286 if(pathsep) in concat_url() 287 *pathsep = 0; in concat_url() 292 pathsep = strchr(protsep, '/'); in concat_url() 293 if(pathsep) in concat_url() 294 protsep = pathsep + 1; in concat_url() [all …]
|
/third_party/python/Lib/distutils/command/ |
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/openssl/apps/ |
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/node/deps/openssl/openssl/apps/ |
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/tests/ |
D | test_config_cmd.py | 68 cmd.include_dirs = 'one%stwo' % os.pathsep 70 cmd.library_dirs = 'three%sfour' % os.pathsep
|
D | test_build_ext.py | 193 for p in py_include.split(os.path.pathsep): 197 for p in plat_py_include.split(os.path.pathsep): 210 cmd.library_dirs = 'my_lib_dir%sother_lib_dir' % os.pathsep 218 cmd.rpath = 'one%stwo' % os.pathsep
|
/third_party/python/Lib/test/ |
D | test_embed.py | 256 env = dict(os.environ, PYTHONPATH=os.pathsep.join(sys.path)) 272 env['PYTHONPATH'] = os.pathsep.join(sys.path) 647 paths = pythonpath_env.split(os.path.pathsep) 700 expected['module_search_path'] = os.path.pathsep.join(config['module_search_paths']) 1141 env = {'TESTPATH': os.path.pathsep.join(paths)} 1164 env = {'TESTPATH': os.path.pathsep.join(paths)} 1225 paths_str = os.path.pathsep.join(paths) 1256 paths_str = os.path.pathsep.join(paths) 1383 self.assertEqual(Py_GetPath().split(os.path.pathsep),
|
D | test_mailcap.py | 83 env_mailcaps = env["MAILCAPS"].split(os.pathsep) 86 env["MAILCAPS"] = os.pathsep.join(env_mailcaps)
|
/third_party/cef/patch/patches/ |
D | runhooks.patch | 33 runtime_path = os.path.pathsep.join(vs_runtime_dll_dirs) 34 os.environ['PATH'] = runtime_path + os.path.pathsep + os.environ['PATH']
|
/third_party/python/PCbuild/ |
D | prepare_ssl.py | 31 entries = os.environ["PATH"].split(os.pathsep) 188 os.pathsep + \
|
/third_party/python/Lib/distutils/ |
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):
|
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)
|
/third_party/skia/infra/bots/recipe_modules/git/ |
D | api.py | 18 return self.m.env({'PATH': self.m.path.pathsep.join(
|
/third_party/skia/infra/bots/recipe_modules/infra/ |
D | api.py | 29 'PATH': self.m.path.pathsep.join([
|
/third_party/cef/tools/ |
D | gclient_util.py | 16 paths = os.environ.get('PATH').split(os.pathsep)
|
/third_party/skia/tools/infra/ |
D | go.py | 35 for entry in os.environ.get('PATH', '').split(os.pathsep):
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | lit.cfg | 26 path = os.path.pathsep.join((llvm_tools_dir, config.environment['PATH']))
|
/third_party/node/tools/gyp/ |
D | test_gyp.py | 82 extra_path = os.pathsep.join(extra_path) 83 os.environ["PATH"] = extra_path + os.pathsep + os.environ["PATH"]
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/ |
D | test_gyp.py | 82 extra_path = os.pathsep.join(extra_path) 83 os.environ["PATH"] = extra_path + os.pathsep + os.environ["PATH"]
|
/third_party/node/deps/v8/tools/ |
D | find_depot_tools.py | 27 for i in os.environ['PATH'].split(os.pathsep):
|
/third_party/python/Tools/scripts/ |
D | which.py | 17 pathlist = os.environ['PATH'].split(os.pathsep)
|
D | win_add2path.py | 42 envpath = os.pathsep.join(paths)
|
/third_party/skia/infra/bots/recipe_modules/flavor/ |
D | default.py | 219 env['PATH'] = self.m.path.pathsep.join( 222 env['LD_LIBRARY_PATH'] = self.m.path.pathsep.join(
|
/third_party/node/ |
D | android_configure.py | 65 os.environ['PATH'] += os.pathsep + toolchain_path + "/bin"
|