Searched refs:cleanupBlobId (Results 1 – 5 of 5) sorted by relevance
/openbmc/phosphor-ipmi-flash/cleanup/test/ |
H A D | cleanup_handler_unittest.cpp | 28 handler = std::make_unique<FileCleanupHandler>(cleanupBlobId, blobs, in CleanupHandlerTest() 40 EXPECT_TRUE(handler->canHandleBlob(cleanupBlobId)); in TEST_F() 42 UnorderedElementsAreArray({cleanupBlobId})); in TEST_F()
|
/openbmc/phosphor-ipmi-flash/cleanup/ |
H A D | main.cpp | 39 ipmi_flash::cleanupBlobId, ipmi_flash::files, in createHandler()
|
/openbmc/phosphor-ipmi-flash/ |
H A D | util.hpp | 15 inline constexpr char cleanupBlobId[] = "/flash/cleanup"; variable
|
/openbmc/phosphor-ipmi-flash/tools/test/ |
H A D | tools_updater_unittest.cpp | 321 EXPECT_CALL(blobMock, openBlob(ipmi_flash::cleanupBlobId, _)) in TEST_F() 333 EXPECT_CALL(blobMock, openBlob(ipmi_flash::cleanupBlobId, _)) in TEST_F() 345 EXPECT_CALL(blobMock, openBlob(ipmi_flash::cleanupBlobId, _)) in TEST_F()
|
/openbmc/phosphor-ipmi-flash/tools/ |
H A D | handler.cpp | 200 openBlob(blob, ipmi_flash::cleanupBlobId, in cleanArtifacts()
|