Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/rtsp/
DARTSPConnection.cpp147 const char *slashPos = strchr(&url[7], '/'); in ParseURL() local
149 if (slashPos == NULL) { in ParseURL()
153 host->setTo(&url[7], slashPos - &url[7]); in ParseURL()
154 path->setTo(slashPos); in ParseURL()