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

/system/core/init/
H A Dueventd.c35 static unsigned revision = 0; variable
91 get_hardware_name(hardware, &revision);
H A Dutil.c407 void get_hardware_name(char *hardware, unsigned int *revision) argument
466 *revision = strtoul(x + 2, 0, 16);
H A Dinit.c73 static unsigned revision = 0; variable
781 snprintf(tmp, PROP_VALUE_MAX, "%d", revision);
782 property_set("ro.revision", tmp);
1050 get_hardware_name(hardware, &revision);
/system/core/fastbootd/commands/
H A Dpartitions.h82 uint32_t revision; member in struct:GPT_header
/system/core/debuggerd/
H A Dtombstone.cpp165 char revision[PROPERTY_VALUE_MAX]; local
168 property_get("ro.revision", revision, "unknown");
171 _LOG(log, logtype::HEADER, "Revision: '%s'\n", revision);

Completed in 103 milliseconds