Searched refs:fs_config_entry (Results 1 - 1 of 1) sorted by relevance

/system/core/cpio/
H A Dmkbootfs.c38 struct fs_config_entry { struct
43 static struct fs_config_entry* canned_config = NULL;
62 struct fs_config_entry* empty_path_config = NULL;
63 struct fs_config_entry* p;
284 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry));
294 canned_config = (struct fs_config_entry*)realloc(
295 canned_config, allocated * sizeof(struct fs_config_entry));
298 struct fs_config_entry* cc = canned_config + used;
313 canned_config = (struct fs_config_entry*)reallo
[all...]

Completed in 1649 milliseconds