Searched refs:revision (Results 1 – 7 of 7) sorted by relevance
/system/core/init/ |
D | ueventd.c | 35 static unsigned revision = 0; variable 91 get_hardware_name(hardware, &revision); in ueventd_main()
|
D | util.h | 40 void get_hardware_name(char *hardware, unsigned int *revision);
|
D | util.c | 407 void get_hardware_name(char *hardware, unsigned int *revision) in get_hardware_name() argument 466 *revision = strtoul(x + 2, 0, 16); in get_hardware_name()
|
D | init.c | 73 static unsigned revision = 0; variable 781 snprintf(tmp, PROP_VALUE_MAX, "%d", revision); in export_kernel_boot_props() 1050 get_hardware_name(hardware, &revision); in main()
|
/system/core/fastbootd/commands/ |
D | partitions.h | 82 uint32_t revision; member
|
D | partitions.c | 585 .revision = 0x10000, in GPT_default_content()
|
/system/core/debuggerd/ |
D | tombstone.cpp | 165 char revision[PROPERTY_VALUE_MAX]; in dump_header_info() local 168 property_get("ro.revision", revision, "unknown"); in dump_header_info() 171 _LOG(log, logtype::HEADER, "Revision: '%s'\n", revision); in dump_header_info()
|