Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dwebassets.hpp160 std::filesystem::path webpath = relativePath; in addFile() local
164 webpath = webpath.replace_extension(""); in addFile()
166 extension = webpath.extension().string(); in addFile()
171 webpath = webpath.replace_extension(""); in addFile()
177 file.etag = getStaticEtag(webpath); in addFile()
181 webpath = webpath.parent_path(); in addFile()
182 if (webpath.string().empty() || webpath.string().back() != '/') in addFile()
185 webroutes::routes.insert(webpath); in addFile()
186 webpath += "/"; in addFile()
203 if (webpath == "/") in addFile()
[all …]