Home
last modified time | relevance | path

Searched refs:squashFSImage (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dactivation_ubi.hpp14 constexpr auto squashFSImage = "pnor.xz.squashfs"; variable
H A Dactivation_ubi.cpp44 if (!validateSignature(squashFSImage)) in activation()
H A Ditem_updater_ubi.cpp179 auto file = std::filesystem::path(filePath) / squashFSImage; in validateSquashFSImage()