Home
last modified time | relevance | path

Searched refs:tmpChar (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/security/tf_daemon/
Ddelegation_client_extension.c69 char * tmpChar = NULL; in parseCommandLineExtension() local
90 tmpChar = smcGetPropertyAsString(FILE_SYSTEM_FILE_NAME); in parseCommandLineExtension()
91 if ( tmpChar == NULL ) in parseCommandLineExtension()
96 partitionNames[0] = malloc (strlen(tmpChar) + 1); in parseCommandLineExtension()
97 sprintf(partitionNames[0], "%s", tmpChar); in parseCommandLineExtension()
100 tmpChar = smcGetPropertyAsString(KEYSTORE_SYSTEM_FILE_NAME); in parseCommandLineExtension()
101 if ( tmpChar == NULL ) in parseCommandLineExtension()
106 partitionNames[1] = malloc (strlen(tmpChar) + 1); in parseCommandLineExtension()
107 sprintf(partitionNames[1], "%s", tmpChar); in parseCommandLineExtension()
110 tmpChar = smcGetPropertyAsString(KEYSTORE_USER_FILE_NAME); in parseCommandLineExtension()
[all …]
/hardware/ti/omap4xxx/security/tf_daemon/
Ddelegation_client_extension.c69 char * tmpChar = NULL; in parseCommandLineExtension() local
90 tmpChar = smcGetPropertyAsString(FILE_SYSTEM_FILE_NAME); in parseCommandLineExtension()
91 if ( tmpChar == NULL ) in parseCommandLineExtension()
96 partitionNames[0] = malloc (strlen(tmpChar) + 1); in parseCommandLineExtension()
97 sprintf(partitionNames[0], "%s", tmpChar); in parseCommandLineExtension()
100 tmpChar = smcGetPropertyAsString(KEYSTORE_SYSTEM_FILE_NAME); in parseCommandLineExtension()
101 if ( tmpChar == NULL ) in parseCommandLineExtension()
106 partitionNames[1] = malloc (strlen(tmpChar) + 1); in parseCommandLineExtension()
107 sprintf(partitionNames[1], "%s", tmpChar); in parseCommandLineExtension()
110 tmpChar = smcGetPropertyAsString(KEYSTORE_USER_FILE_NAME); in parseCommandLineExtension()
[all …]