Home | History | Annotate | Download | only in tf_daemon

Lines Matching refs:tmpChar

69    char * tmpChar = NULL;
90 tmpChar = smcGetPropertyAsString(FILE_SYSTEM_FILE_NAME);
91 if ( tmpChar == NULL )
96 partitionNames[0] = malloc (strlen(tmpChar) + 1);
97 sprintf(partitionNames[0], "%s", tmpChar);
100 tmpChar = smcGetPropertyAsString(KEYSTORE_SYSTEM_FILE_NAME);
101 if ( tmpChar == NULL )
106 partitionNames[1] = malloc (strlen(tmpChar) + 1);
107 sprintf(partitionNames[1], "%s", tmpChar);
110 tmpChar = smcGetPropertyAsString(KEYSTORE_USER_FILE_NAME);
111 if ( tmpChar == NULL )
116 partitionNames[2] = malloc (strlen(tmpChar) + 1);
117 sprintf(partitionNames[2], "%s", tmpChar);
120 tmpChar = smcGetPropertyAsString(SUPER_PARTITION_FILE_NAME);
121 if ( tmpChar == NULL )
126 partitionNames[15] = malloc (strlen(tmpChar) + 1);
127 sprintf(partitionNames[15], "%s", tmpChar);