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.hpp70 struct MemoryFileDescriptor struct
72 int fd = -1;
74 explicit MemoryFileDescriptor(const std::string& filename) : in MemoryFileDescriptor() argument
79 MemoryFileDescriptor(MemoryFileDescriptor&& other) noexcept : fd(other.fd) in MemoryFileDescriptor() function
86 ~MemoryFileDescriptor() in ~MemoryFileDescriptor()
94 bool rewind() const in rewind()