OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:protocolend
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/media/libstagefright/httplive/
M3UParser.cpp
112
char *
protocolEnd
= strstr(baseURL, "//") + 2;
113
char *pathStart = strchr(
protocolEnd
, '/');
Completed in 42 milliseconds