Searched refs:transferFileData (Results 1 – 7 of 7) sorted by relevance
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | file_io_by_type.hpp | 105 virtual int transferFileData(const fs::path& path, bool upstream, 109 virtual int transferFileData(int fd, bool upstream, uint32_t offset,
|
H A D | file_io_by_type.cpp | 34 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 D | file_io_type_lid.hpp | 138 rc = transferFileData(lidPath, false, offset, length, address); in writeFromMemory() 176 return transferFileData(lidPath, true, offset, length, address); in readIntoMemory()
|
H A D | file_io_type_cert.cpp | 41 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 D | file_io_type_pel.cpp | 112 auto rc = transferFileData(fd, true, offset, length, address); in readIntoMemory() 213 auto rc = transferFileData(path, false, offset, length, address); in writeFromMemory()
|
H A D | file_io_type_dump.cpp | 333 return transferFileData(resDumpDirPath, true, offset, length, address); in readIntoMemory()
|
H A D | file_io_type_pcie.cpp | 112 auto rc = transferFileData(infoFile, false, offset, length, address); in writeFromMemory()
|