Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dwebassets.hpp158 std::filesystem::path webpath = relativePath; in addFile() local
162 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 …]