Lines Matching +full:- +full:replace
7 #include <phosphor-logging/lg2.hpp>
21 std::string serviceFile = "obmc-flash-bmc-setenv@" + entryId + "\\x3d" + in setEntry()
25 method.append(serviceFile, "replace"); in setEntry()
32 auto serviceFile = "obmc-flash-bmc-setenv@" + entryId + ".service"; in clearEntry()
35 method.append(serviceFile, "replace"); in clearEntry()
44 method.append("obmc-flash-bmc-cleanup.service", "replace"); in cleanup()
50 // Mark the read-write partition for recreation upon reboot. in factoryReset()
56 auto serviceFile = "obmc-flash-bmc-ubiro-remove@" + flashId + ".service"; in removeVersion()
58 // Remove the read-only partitions. in removeVersion()
61 method.append(serviceFile, "replace"); in removeVersion()
70 "obmc-flash-bmc-updateubootvars@" + flashId + ".service"; in updateUbootVersionId()
71 method.append(updateEnvVarsFile, "replace"); in updateUbootVersionId()
79 error("Failed to update u-boot env variables: {FLASHID}", "FLASHID", in updateUbootVersionId()
88 auto mirrorUbootFile = "obmc-flash-bmc-mirroruboot.service"; in mirrorAlt()
89 method.append(mirrorUbootFile, "replace"); in mirrorAlt()
97 error("Failed to copy U-Boot to alternate chip: {ERROR}", "ERROR", e); in mirrorAlt()