Searched defs:hardware (Results 1 - 1 of 1) sorted by relevance

/system/core/init/
H A Dinit.c62 static char hardware[32]; variable
586 } else if (!strcmp(name,"androidboot.hardware")) {
587 strlcpy(hardware, value, sizeof(hardware));
641 if (hardware[0])
661 hardware[n++] = tolower(*x);
665 hardware[n] = 0;
862 snprintf(tmp, sizeof(tmp), "/init.%s.rc", hardware);
926 property_set("ro.hardware", hardware);
[all...]

Completed in 352 milliseconds