OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SMCPropGetSystemProperty
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h
116
char*
SMCPropGetSystemProperty
(CONF_FILE* pConfFile, char* pPropertyName);
smc_properties.c
299
return
SMCPropGetSystemProperty
(&gConfFile, pProp);
311
char *pStr =
SMCPropGetSystemProperty
(&gConfFile, pProp);
smc_properties_parser.c
494
char*
SMCPropGetSystemProperty
(CONF_FILE* pConfFile, char* pPropertyName)
512
char* pValue=
SMCPropGetSystemProperty
(pConfFile,pPropertyName);
Completed in 5843 milliseconds