Home
last modified time | relevance | path

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

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Ditem_updater_ubi.cpp158 auto roDir = PNOR_RO_PREFIX + id; in processPNORImage() local
159 if (!std::filesystem::is_directory(roDir)) in processPNORImage()
162 entry("DIRNAME=%s", roDir.c_str())); in processPNORImage()
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.cpp73 const fs::path roDir = ctx->paths.ro_loc; in preparePartitions() local
75 fs::path tocFile = roDir / PARTITION_TOC_FILE; in preparePartitions()
129 file = roDir / part.data.name; in preparePartitions()
/openbmc/hiomapd/vpnor/
H A Dtable.cpp81 const fs::path roDir(priv->paths.ro_loc); in preparePartitions() local
87 tocFile = roDir / PARTITION_TOC_FILE; in preparePartitions()
145 file = roDir / part.data.name; in preparePartitions()