HomeSort by relevance Sort by last modified time
    Searched full:_boot_properties (Results 1 - 1 of 1) sorted by null

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

Completed in 2764 milliseconds