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

/external/chromium-trace/catapult/telemetry/telemetry/testing/
H A Dsystem_stub.py400 pathsep = os.pathsep variable in class:OsModuleStub
/external/curl/lib/
H A Dtransfer.c1516 char *pathsep; local
1541 pathsep = strchr(protsep, '?');
1542 if(pathsep)
1543 *pathsep=0;
1550 pathsep = strrchr(protsep, '/');
1551 if(pathsep)
1552 *pathsep=0;
1557 pathsep = strchr(protsep, '/');
1558 if(pathsep)
1559 protsep = pathsep
[all...]

Completed in 6730 milliseconds