Searched refs:jsonBootSideData (Results 1 – 1 of 1) sorted by relevance
543 nlohmann::json jsonBootSideData; in readBootSideFile() local544 readFile >> jsonBootSideData; in readBootSideFile()547 data.current_boot_side = jsonBootSideData.value("CurrentBootSide", ""); in readBootSideFile()548 data.next_boot_side = jsonBootSideData.value("NextBootSide", ""); in readBootSideFile()549 data.running_version_object = jsonBootSideData.value("RunningObject", ""); in readBootSideFile()