/external/chromium_org/third_party/openssl/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);
|
/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 | 299 char conf_file[PATH_MAX]; local 307 ret = expand_props(conf_file, args[1], sizeof(conf_file)); 315 import->filename = strdup(conf_file);
|
/hardware/libhardware/modules/sensors/ |
multihal.cpp | 434 FILE *conf_file = fopen(CONFIG_FILENAME, "r"); local 435 if (conf_file == NULL) { 443 while (getline(&line, &len, conf_file) != -1) { 464 fclose(conf_file);
|
/external/wpa_supplicant_8/src/ap/ |
hostapd.c | 1847 const char *conf_file = NULL, *phy_name = NULL; local [all...] |