Searched refs:dryRun (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-bmc-code-mgmt/bios/ |
| H A D | main.cpp | 9 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 D | spi_device.hpp | 46 uint64_t spiDeviceIndex, bool dryRun, 63 bool dryRun; member in SPIDevice
|
| H A D | bios_software_manager.cpp | 19 SoftwareManager(ctx, configTypeBIOS), dryRun(isDryRun) in BIOSSoftwareManager() 94 ctx, spiControllerIndex.value(), spiDeviceIndex.value(), dryRun, in initDevice()
|
| H A D | bios_software_manager.hpp | 22 bool dryRun; member in BIOSSoftwareManager
|
| H A D | spi_device.cpp | 61 bool dryRun, const std::vector<std::string>& gpioLinesIn, in SPIDevice() argument 68 NotifyWatchIntf(ctx, versionDirPath), dryRun(dryRun), 235 if (dryRun) in writeSPIFlash()
|