Searched refs:fileData (Results 1 – 3 of 3) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-extended/pbzip2/pbzip2/ |
H A D | 0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch | 22 if (fileData->bufSize > 250000000) 26 (uintmax_t) fileData->bufSize);
|
/openbmc/bmcweb/include/ibm/ |
H A D | management_console_rest.hpp | 298 std::string fileData; in handleFileGet() local 299 fileData = {std::istreambuf_iterator<char>(readfile), in handleFileGet() 301 asyncResp->res.jsonValue["Data"] = fileData; in handleFileGet()
|
/openbmc/pldm/oem/ibm/test/ |
H A D | libpldmresponder_fileio_test.cpp | 771 std::array<uint8_t, 4> fileData = {0x41, 0x42, 0x43, 0x44}; in TEST_F() local 772 uint32_t length = fileData.size(); in TEST_F() 792 memcpy(request->file_data, fileData.data(), fileData.size()); in TEST_F() 808 ASSERT_EQ(0, memcmp(fileData.data(), buffer.data(), length)); in TEST_F()
|