Home
last modified time | relevance | path

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

/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_by_type.hpp105 virtual int transferFileData(const fs::path& path, bool upstream,
109 virtual int transferFileData(int fd, bool upstream, uint32_t offset,
H A Dfile_io_by_type.cpp34 int FileHandler::transferFileData(int32_t fd, bool upstream, uint32_t offset, in transferFileData() function in pldm::responder::FileHandler
74 int FileHandler::transferFileData(const fs::path& path, bool upstream, in transferFileData() function in pldm::responder::FileHandler
123 return transferFileData(fd(), upstream, offset, length, address); in transferFileData()
H A Dfile_io_type_lid.hpp138 rc = transferFileData(lidPath, false, offset, length, address); in writeFromMemory()
176 return transferFileData(lidPath, true, offset, length, address); in readIntoMemory()
H A Dfile_io_type_cert.cpp41 auto rc = transferFileData(fd, false, offset, length, address); in writeFromMemory()
64 auto rc = transferFileData(filePath.c_str(), true, offset, length, address); in readIntoMemory()
H A Dfile_io_type_pel.cpp112 auto rc = transferFileData(fd, true, offset, length, address); in readIntoMemory()
213 auto rc = transferFileData(path, false, offset, length, address); in writeFromMemory()
H A Dfile_io_type_dump.cpp333 return transferFileData(resDumpDirPath, true, offset, length, address); in readIntoMemory()
H A Dfile_io_type_pcie.cpp112 auto rc = transferFileData(infoFile, false, offset, length, address); in writeFromMemory()