Searched defs:pathsep (Results 1 - 11 of 11) sorted by relevance

/external/python/cpython2/Lib/
H A Dos2emxpath.py19 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
28 pathsep = ';' variable
H A Dmacpath.py14 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
22 pathsep = '\n' variable
H A Dntpath.py21 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
29 pathsep = ';' variable
H A Dposixpath.py26 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
34 pathsep = ':' variable
H A Dos.py12 - os.pathsep is the component separator used in $PATH etc
31 __all__ = ["altsep", "curdir", "pardir", "sep", "extsep", "pathsep", "linesep",
120 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
376 PATH = envpath.split(pathsep)
/external/python/cpython3/Lib/
H A Dmacpath.py12 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
21 pathsep = '\n' variable
H A Dntpath.py18 "splitunc","curdir","pardir","sep","pathsep","defpath","altsep",
28 pathsep = ';' variable
H A Dposixpath.py24 "curdir","pardir","sep","pathsep","defpath","altsep","extsep",
34 pathsep = ':' variable
H A Dos.py12 - os.pathsep is the component separator used in $PATH etc
32 __all__ = ["altsep", "curdir", "pardir", "sep", "pathsep", "linesep",
92 from os.path import (curdir, pardir, sep, pathsep, defpath, extsep, altsep, namespace
648 return path_list.split(pathsep)
/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py20 pathsep = ',' variable
/external/curl/lib/
H A Dtransfer.c1558 char *pathsep; local
1584 pathsep = strchr(protsep, '?');
1585 if(pathsep)
1586 *pathsep = 0;
1593 pathsep = strrchr(protsep, '/');
1594 if(pathsep)
1595 *pathsep = 0;
1600 pathsep = strchr(protsep, '/');
1601 if(pathsep)
1602 protsep = pathsep
[all...]

Completed in 251 milliseconds