Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPRequestResponse.h57 std::string getPath() const;
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPRequestResponse.cpp118 std::string HTTPRequest::getPath() const { in getPath() function in HTTPRequest
DHTTPServer.cpp99 auto path = request.getPath(); in handleSingleRequest()