OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:defconfig_file
(Results
1 - 1
of
1
) sorted by null
/external/toybox/kconfig/
conf.c
30
char *
defconfig_file
;
variable
513
defconfig_file
= av[i++];
514
if (!
defconfig_file
) {
548
if (!
defconfig_file
)
549
defconfig_file
= conf_get_default_confname();
550
if (conf_read(
defconfig_file
)) {
553
"***\n",
defconfig_file
);
Completed in 453 milliseconds