OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:canned_config
(Results
1 - 1
of
1
) sorted by null
/system/core/cpio/
mkbootfs.c
43
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
[used].name = NULL
[
all
...]
Completed in 865 milliseconds