Searched refs:webpath (Results 1 – 1 of 1) sorted by relevance
158 std::filesystem::path webpath = relativePath; in addFile() local162 webpath = webpath.replace_extension(""); in addFile()164 extension = webpath.extension().string(); in addFile()169 webpath = webpath.replace_extension(""); in addFile()175 file.etag = getStaticEtag(webpath); in addFile()179 webpath = webpath.parent_path(); in addFile()180 if (webpath.string().empty() || webpath.string().back() != '/') in addFile()183 webroutes::routes.insert(webpath); in addFile()184 webpath += "/"; in addFile()201 if (webpath == "/") in addFile()[all …]