Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/signaling_server/
Dserver.cpp63 httpd->addStaticFile("/index.html", index_html.c_str()); in ServeStaticFiles()
64 httpd->addStaticFile("/js/logcat.js", logcat_js.c_str()); in ServeStaticFiles()
65 httpd->addStaticFile("/js/app.js", app_js.c_str()); in ServeStaticFiles()
66 httpd->addStaticFile("/js/viewpane.js", viewpane_js.c_str()); in ServeStaticFiles()
67 httpd->addStaticFile("/js/cf_webrtc.js", cf_webrtc_js.c_str()); in ServeStaticFiles()
68 httpd->addStaticFile("/style.css", style_css.c_str()); in ServeStaticFiles()
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPServer.h55 void addStaticFile(
/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp207 void HTTPServer::addStaticFile( in addStaticFile() function in HTTPServer