Searched refs:maxCommandSize (Results 1 – 1 of 1) sorted by relevance
208 static const int32_t maxCommandSize = 16; in SetRebootMisc() local211 result = strcpy_s(msg.command, maxCommandSize, "boot_updater"); in SetRebootMisc()213 result = strcpy_s(msg.command, maxCommandSize, "boot_flash"); in SetRebootMisc()215 result = strcpy_s(msg.command, maxCommandSize, "boot_loader"); in SetRebootMisc()221 msg.command[maxCommandSize] = 0; in SetRebootMisc()