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

/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp135 const char *slashPos = strrchr(baseURL, '/'); local
137 if (slashPos > &baseURL[6]) {
138 out->setTo(baseURL, slashPos - baseURL);
/frameworks/av/media/libstagefright/rtsp/
H A DARTSPConnection.cpp144 const char *slashPos = strchr(&url[7], '/'); local
146 if (slashPos == NULL) {
150 host->setTo(&url[7], slashPos - &url[7]);
151 path->setTo(slashPos);
H A DMyHandler.h1641 const char *slashPos = strrchr(baseURL, '/'); local
1643 if (slashPos > &baseURL[6]) {
1644 out->setTo(baseURL, slashPos - baseURL);

Completed in 95 milliseconds