Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/websocket/
Dwebsocket_server.cpp276 char* path_raw; in DynServerCallback() local
278 auto method = lws_http_get_uri_and_method(wsi, &path_raw, &path_len); in DynServerCallback()
282 std::string path(path_raw, path_len); in DynServerCallback()