Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/
H A Dipmi_flash.md20 # The state of fileOpen() per state
25 | State | fileOpen() |
52 - `open(/flash/*)` returns false because `fileOpen() == true`
98 - `open(/flash/*)`r eturns false because `fileOpen() == true`
/openbmc/bmcweb/include/ibm/
H A Dmanagement_console_rest.hpp311 std::ifstream fileOpen(filePath.c_str()); in handleFileDelete() local
312 if (static_cast<bool>(fileOpen)) in handleFileDelete()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handler.hpp210 inline bool fileOpen() in fileOpen() function in ipmi_flash::FirmwareBlobHandler
H A Dfirmware_handler.cpp299 if (fileOpen()) in open()