Home
last modified time | relevance | path

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

/external/qemu/android/
Dboot-properties.c64 static BootProperty* _boot_properties = NULL; variable
66 static BootProperty** _boot_properties_tail = &_boot_properties;
75 BootProperty *p = _boot_properties; in boot_property_clear_all()
84 _boot_properties = NULL; in boot_property_clear_all()
85 _boot_properties_tail = &_boot_properties; in boot_property_clear_all()
259 boot_property_save_count(f, _boot_properties); in boot_property_save()
261 BootProperty *p = _boot_properties; in boot_property_save()
304 for (prop = _boot_properties; prop != NULL; prop = prop->next) { in boot_property_client_recv()