Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp222 mimeType = GuessMimeType(at); in addStaticContent()
338 (*responseHeaders)["Content-Type"] = GuessMimeType(path); in handleStaticFileRequest()
363 std::string HTTPServer::GuessMimeType(const std::string &path) { in GuessMimeType() function in HTTPServer
/device/google/cuttlefish/host/frontend/gcastv2/https/include/https/
DHTTPServer.h109 static std::string GuessMimeType(const std::string &path);