Searched refs:maxCommandSize (Results 1 – 1 of 1) sorted by relevance
263 static const int32_t maxCommandSize = 16; in SetRebootMisc() local266 result = strcpy_s(msg.command, maxCommandSize, "boot_updater"); in SetRebootMisc()268 result = strcpy_s(msg.command, maxCommandSize, "boot_flash"); in SetRebootMisc()270 result = strcpy_s(msg.command, maxCommandSize, "boot_loader"); in SetRebootMisc()276 msg.command[maxCommandSize] = 0; in SetRebootMisc()