Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dwebassets.hpp35 bmcweb::split(split, webpath.filename().string(), '.'); in getStaticEtag()
122 std::filesystem::path webpath = relativePath; in requestRoutes() local
127 webpath = webpath.replace_extension(""); in requestRoutes()
129 extension = webpath.extension().string(); in requestRoutes()
133 std::string etag = getStaticEtag(webpath); in requestRoutes()
138 webpath = webpath.parent_path(); in requestRoutes()
139 if (webpath.string().empty() || webpath.string().back() != '/') in requestRoutes()
142 webroutes::routes.insert(webpath); in requestRoutes()
143 webpath += "/"; in requestRoutes()
179 if (webpath == "/") in requestRoutes()
[all …]