HomeSort by relevance Sort by last modified time
    Searched defs:conf_file (Results 1 - 4 of 4) 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 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 467 FILE *conf_file = fopen(CONFIG_FILENAME, "r"); local
468 if (conf_file == NULL) {
476 while (getline(&line, &len, conf_file) != -1) {
497 fclose(conf_file);
  /external/wpa_supplicant_8/src/ap/
hostapd.c 1849 const char *conf_file = NULL, *phy_name = NULL; local
    [all...]

Completed in 929 milliseconds