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

/system/core/cpio/
H A Dmkbootfs.c43 static struct fs_config_entry* canned_config = NULL; variable in typeref:struct:fs_config_entry
59 if (canned_config) {
65 for (p = canned_config; p->name; ++p) {
284 canned_config =
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*)realloc(
315 canned_config, allocated * sizeof(struct fs_config_entry));
317 canned_config[use
[all...]

Completed in 84 milliseconds