Home
last modified time | relevance | path

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

/dports/www/wt/wt-4.6.1/src/http/
H A DStaticReply.C115 modifiedDate = computeModifiedDate(); in reset()
211 std::string StaticReply::computeModifiedDate() const in computeModifiedDate() function
218 return std::to_string(fileSize_) + "-" + computeModifiedDate(); in computeETag()
H A DStaticReply.h58 std::string computeModifiedDate() const;