Home
last modified time | relevance | path

Searched refs:getSize (Results 1 – 20 of 20) sorted by relevance

/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/test/
H A Dfile_handler_unittest.cpp36 EXPECT_EQ(handler.getSize(), 0); in TEST_F()
38 EXPECT_EQ(handler.getSize(), 0); in TEST_F()
83 EXPECT_EQ(handler.getSize(), testPattern.size()); in TEST_F()
86 EXPECT_EQ(handler.getSize(), testPattern.size()); in TEST_F()
H A Dfirmware_sessionstat_unittest.cpp37 EXPECT_CALL(*imageMock, getSize()).WillOnce(Return(size)); in TEST_F()
64 EXPECT_CALL(*imageMock, getSize()).WillOnce(Return(size)); in TEST_F()
H A Dfirmware_state_uploadinprogress_unittest.cpp120 EXPECT_CALL(*imageMock2, getSize()).WillOnce(Return(32)); in TEST_F()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/
H A Ddibbler_fix_getSize_crash.patch34 @@ -69,10 +69,15 @@ int TMsg::getSize()
41 - pktsize += (*opt)->getSize();
44 + pktsize += (*opt)->getSize();
/openbmc/phosphor-ipmi-flash/bmc/
H A Dfile_handler.cpp58 uint32_t file_size = getSize(); in read()
73 int FileHandler::getSize() in getSize() function in ipmi_flash::FileHandler
H A Dfile_handler.hpp32 int getSize() override;
H A Dimage_handler.hpp61 virtual int getSize() = 0;
/openbmc/phosphor-ipmi-flash/internal/
H A Dsys.hpp57 virtual std::int64_t getSize(const char* pathname) const = 0;
93 std::int64_t getSize(const char* pathname) const override;
H A Dsys.cpp32 std::int64_t SysImpl::getSize(const char* pathname) const in getSize() function in internal::SysImpl
/openbmc/phosphor-ipmi-flash/tools/test/
H A Dtools_bt_unittest.cpp55 EXPECT_CALL(sysMock, getSize(Eq(filePath))).WillOnce(Return(fakeFileSize)); in TEST_F()
97 EXPECT_CALL(sysMock, getSize(Eq(filePath))).WillOnce(Return(fakeFileSize)); in TEST_F()
H A Dinternal_sys_mock.hpp43 MOCK_METHOD(std::int64_t, getSize, (const char*), (const override));
H A Dtools_lpc_unittest.cpp55 EXPECT_CALL(sysMock, getSize(StrEq(filePath.c_str()))) in TEST()
H A Dtools_net_unittest.cpp58 EXPECT_CALL(sysMock, getSize(StrEq(filePath.c_str()))) in expectOpenFile()
/openbmc/phosphor-ipmi-flash/bmc/test/
H A Dimage_mock.hpp23 MOCK_METHOD(int, getSize, (), (override));
/openbmc/phosphor-ipmi-flash/tools/
H A Dbt.cpp20 std::int64_t fileSize = sys->getSize(input.c_str()); in sendContents()
H A Dp2a.cpp95 fileSize = sys->getSize(input.c_str()); in sendContents()
H A Dlpc.cpp107 std::int64_t fileSize = sys->getSize(input.c_str()); in sendContents()
H A Dnet.cpp67 std::int64_t fileSize = sys->getSize(input.c_str()); in sendContents()
/openbmc/phosphor-ipmi-flash/bmc/firmware-handler/
H A Dfirmware_handler.cpp210 ? item->second->imageHandler->getSize() in stat()
/openbmc/phosphor-ipmi-flash/
H A Dbmc_json_config.md263 - `int getSize()`