Searched refs:bootmode (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c58 static char bootmode[32]; variable
577 strlcpy(bootmode, value, sizeof(bootmode));
913 if (!strcmp(bootmode,"factory"))
915 else if (!strcmp(bootmode,"factory2"))
921 property_set("ro.bootmode", bootmode[0] ? bootmode : "unknown");

Completed in 927 milliseconds