OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/libgdx/extensions/gdx-freetype/src/com/badlogic/gdx/graphics/g2d/freetype/
FreeTypeFontGenerator.java
422
char
tmpChar
= characters[best];
424
characters[heightsCount] =
tmpChar
;
Completed in 107 milliseconds