HomeSort by relevance Sort by last modified time
    Searched full:conf_file (Results 1 - 10 of 10) 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);
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties_parser.h 107 } CONF_FILE;
116 char* SMCPropGetSystemProperty (CONF_FILE* pConfFile, char* pPropertyName);
117 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName);
118 S_RESULT SMCPropParseConfigFile (char* pConfigFilename,CONF_FILE* pConfFile);
smc_properties.c 95 static CONF_FILE gConfFile;
179 static bool smcPropertiesCheck(CONF_FILE sConfFile)
272 memset(&gConfFile, 0x00, sizeof(CONF_FILE));
smc_properties_parser.c 245 CONF_FILE* pConfFile, SERVICE_SECTION* pService)
545 char* SMCPropGetSystemProperty(CONF_FILE* pConfFile, char* pPropertyName)
560 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName)
573 S_RESULT SMCPropParseConfigFile(char* pConfigFilename,CONF_FILE* pConfFile)
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h 107 } CONF_FILE;
116 char* SMCPropGetSystemProperty (CONF_FILE* pConfFile, char* pPropertyName);
117 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName);
118 S_RESULT SMCPropParseConfigFile (char* pConfigFilename,CONF_FILE* pConfFile);
smc_properties.c 95 static CONF_FILE gConfFile;
179 static bool smcPropertiesCheck(CONF_FILE sConfFile)
272 memset(&gConfFile, 0x00, sizeof(CONF_FILE));
smc_properties_parser.c 244 CONF_FILE* pConfFile)
494 char* SMCPropGetSystemProperty(CONF_FILE* pConfFile, char* pPropertyName)
509 uint32_t SMCPropGetSystemPropertyAsInt(CONF_FILE* pConfFile, char* pPropertyName)
522 S_RESULT SMCPropParseConfigFile(char* pConfigFilename,CONF_FILE* pConfFile)
  /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);
  /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);
  /external/wpa_supplicant_8/src/ap/
hostapd.c 1849 const char *conf_file = NULL, *phy_name = NULL; local
    [all...]

Completed in 312 milliseconds