Home
last modified time | relevance | path

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

/base/compileruntime/js_api_module/url/
Djs_url.cpp846 std::string hostandpath = input.substr(2); // 2:Intercept from 2 subscripts in AnalysisNoDefaultProtocol() local
847 if (hostandpath.empty()) { in AnalysisNoDefaultProtocol()
853 if (hostandpath.find('/') != std::string::npos) { in AnalysisNoDefaultProtocol()
854 i = hostandpath.find('/'); in AnalysisNoDefaultProtocol()
855 strHost = hostandpath.substr(0, i); in AnalysisNoDefaultProtocol()
856 std::string strPath = hostandpath.substr(i + 1); in AnalysisNoDefaultProtocol()
877 strHost = hostandpath; in AnalysisNoDefaultProtocol()