HomeSort by relevance Sort by last modified time
    Searched refs:tmpChar (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client_extension.c 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)
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.c 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)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
media_file_utility.cc     [all...]

Completed in 533 milliseconds