Searched refs:addStaticFile (Results 1 – 3 of 3) sorted by relevance
63 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()
55 void addStaticFile(
207 void HTTPServer::addStaticFile( in addStaticFile() function in HTTPServer