Home
last modified time | relevance | path

Searched refs:dryRun (Results 1 – 5 of 5) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bios/
H A Dmain.cpp9 void run(bool dryRun) in run() argument
17 BIOSSoftwareManager spidcu(ctx, dryRun); in run()
26 bool dryRun = false; in main() local
33 dryRun = true; in main()
37 run(dryRun); in main()
H A Dspi_device.hpp46 uint64_t spiDeviceIndex, bool dryRun,
63 bool dryRun; member in SPIDevice
H A Dbios_software_manager.cpp19 SoftwareManager(ctx, configTypeBIOS), dryRun(isDryRun) in BIOSSoftwareManager()
94 ctx, spiControllerIndex.value(), spiDeviceIndex.value(), dryRun, in initDevice()
H A Dbios_software_manager.hpp22 bool dryRun; member in BIOSSoftwareManager
H A Dspi_device.cpp61 bool dryRun, const std::vector<std::string>& gpioLinesIn, in SPIDevice() argument
68 NotifyWatchIntf(ctx, versionDirPath), dryRun(dryRun),
235 if (dryRun) in writeSPIFlash()