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

/external/qemu/android/
H A Dmain-common-ui.c287 typedef struct part_properties part_properties; typedef in typeref:struct:part_properties
288 struct part_properties { struct
292 part_properties* next;
295 part_properties*
298 part_properties* head = NULL;
299 part_properties* prev = NULL;
303 part_properties* t = calloc(1, sizeof(part_properties));
325 free_all_part_properties(part_properties* hea
[all...]

Completed in 50 milliseconds