OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmpChar
(Results
1 - 2
of
2
) 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
...]
Completed in 50 milliseconds