Home
last modified time | relevance | path

Searched refs:_boot_properties_tail (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/
Dboot-properties.c66 static BootProperty** _boot_properties_tail = &_boot_properties; variable
85 _boot_properties_tail = &_boot_properties; in boot_property_clear_all()
127 *_boot_properties_tail = prop; in boot_property_add2()
128 _boot_properties_tail = &prop->next; in boot_property_add2()