Home
last modified time | relevance | path

Searched refs:slashPos (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/httplive/
DM3UParser.cpp130 const char *slashPos = strrchr(baseURL, '/'); in MakeURL() local
132 if (slashPos > &baseURL[6]) { in MakeURL()
133 out->setTo(baseURL, slashPos - baseURL); in MakeURL()
/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp142 const char *slashPos = strchr(&url[7], '/'); in ParseURL() local
144 if (slashPos == NULL) { in ParseURL()
148 host->setTo(&url[7], slashPos - &url[7]); in ParseURL()
149 path->setTo(slashPos); in ParseURL()
DMyHandler.h1353 const char *slashPos = strrchr(baseURL, '/'); in MakeURL() local
1355 if (slashPos > &baseURL[6]) { in MakeURL()
1356 out->setTo(baseURL, slashPos - baseURL); in MakeURL()