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

/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp145 const char *slashPos = strchr(&url[7], '/'); local
147 if (slashPos == NULL) {
151 host->setTo(&url[7], slashPos - &url[7]);
152 path->setTo(slashPos);
H A DMyHandler.h1680 const char *slashPos = strrchr(baseURL, '/'); local
1682 if (slashPos > &baseURL[6]) {
1683 out->setTo(baseURL, slashPos - baseURL);

Completed in 60 milliseconds