Home
last modified time | relevance | path

Searched refs:patchDir (Results 1 – 4 of 4) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.cpp217 constexpr static auto patchDir = "/usr/local/share/pnor"; in reset() local
218 if (std::filesystem::is_directory(patchDir)) in reset()
220 for (const auto& iter : std::filesystem::directory_iterator(patchDir)) in reset()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io_type_lid.hpp41 std::string patchDir = in LidHandler() local
43 auto patch = fs::path(patchDir) / lidName; in LidHandler()
/openbmc/hiomapd/vpnor/
H A Dtable.cpp83 const fs::path patchDir(priv->paths.patch_loc); in preparePartitions() local
154 patch = patchDir / part.data.name; in preparePartitions()
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp74 const fs::path patchDir = ctx->paths.patch_loc; in preparePartitions() local
137 patch = patchDir / part.data.name; in preparePartitions()