Home | History | Annotate | Download | only in init

Lines Matching refs:bootmode

63 static char bootmode[32];
440 strlcpy(bootmode, value, sizeof(bootmode));
529 if (!strcmp(bootmode, "charger"))
589 if (!strcmp(bootmode,"factory"))
591 else if (!strcmp(bootmode,"factory2"))
597 property_set("ro.bootmode", bootmode[0] ? bootmode : "unknown");
734 if (strcmp(bootmode, "charger") != 0) {
745 if (!strcmp(bootmode, "charger")) {