Home
last modified time | relevance | path

Searched defs:MemoryFileDescriptor (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/lib/
H A Dupdate_service.hpp86 struct MemoryFileDescriptor struct
88 int fd = -1;
90 explicit MemoryFileDescriptor(const std::string& filename) : in MemoryFileDescriptor() function
95 MemoryFileDescriptor(MemoryFileDescriptor&& other) noexcept : fd(other.fd) in MemoryFileDescriptor() function
102 ~MemoryFileDescriptor() in ~MemoryFileDescriptor()
110 bool rewind() const in rewind()