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.hpp90 struct MemoryFileDescriptor struct
92 int fd = -1;
94 explicit MemoryFileDescriptor(const std::string& filename) : in MemoryFileDescriptor() function
99 MemoryFileDescriptor(MemoryFileDescriptor&& other) noexcept : fd(other.fd) in MemoryFileDescriptor() argument
106 ~MemoryFileDescriptor() in ~MemoryFileDescriptor()
114 bool rewind() const in rewind()