OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:conf_file
(Results
1 - 5
of
5
) 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/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)
/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 156 milliseconds