Searched defs: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;
63 struct fs_config_entry* empty_path_config = NULL;
64 struct fs_config_entry* p;
285 (struct fs_config_entry*)malloc(allocated * sizeof(struct fs_config_entry));
295 canned_config = (struct fs_config_entry*)realloc(
296 canned_config, allocated * sizeof(struct fs_config_entry));
299 struct fs_config_entry* cc = canned_config + used;
314 canned_config = (struct fs_config_entry*)reallo
[all...]

Completed in 48 milliseconds