OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conf_file
(Results
1 - 2
of
2
) sorted by null
/external/openssl/crypto/x509v3/
v3conf.c
74
char *
conf_file
;
local
84
conf_file
= argv[2];
85
if(!
conf_file
)
conf_file
= "test.cnf";
88
fprintf(stderr, "Error opening Config file %s\n",
conf_file
);
/system/core/init/
init_parser.c
295
char
conf_file
[PATH_MAX];
local
303
ret = expand_props(
conf_file
, args[1], sizeof(
conf_file
));
311
import->filename = strdup(
conf_file
);
Completed in 112 milliseconds