Searched refs:bootEventOpen (Results 1 – 1 of 1) sorted by relevance
38 char bootEventOpen[6] = ""; // 6 is length of bool value in GetBootSwitchEnable() local39 uint32_t len = sizeof(bootEventOpen); in GetBootSwitchEnable()40 SystemReadParam(paramName, bootEventOpen, &len); in GetBootSwitchEnable()41 if (strcmp(bootEventOpen, "true") == 0 || strcmp(bootEventOpen, "1") == 0) { in GetBootSwitchEnable()