Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp103 auto separatorPos = path.find('?'); in handleSingleRequest() local
104 if (separatorPos != std::string::npos) { in handleSingleRequest()
105 query = path.substr(separatorPos); in handleSingleRequest()
106 path.erase(separatorPos); in handleSingleRequest()