Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/gcastv2/https/
DHTTPServer.cpp364 auto dotPos = path.rfind('.'); in GuessMimeType() local
365 if (dotPos != std::string::npos) { in GuessMimeType()
366 auto extension = std::string(path, dotPos + 1); in GuessMimeType()