Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp50 const std::string& fileID) in handleFilePut() argument
142 loc /= fileID; in handleFilePut()
283 const std::string& fileID) in handleFileGet() argument
285 BMCWEB_LOG_DEBUG("HandleGet on SaveArea files on path: {}", fileID); in handleFileGet()
287 "/var/lib/bmcweb/ibm-management-console/configfiles/" + fileID); in handleFileGet()
306 "attachment; filename=\"" + fileID + "\""; in handleFileGet()
317 const std::string& fileID) in handleFileDelete() argument
320 "/var/lib/bmcweb/ibm-management-console/configfiles/" + fileID); in handleFileDelete()
369 const std::string& fileID) in handleFileUrl() argument
373 handleFilePut(req, asyncResp, fileID); in handleFileUrl()
[all …]