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/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
...]
/frameworks/base/media/libdrm/mobile1/src/parser/
parser_rel.c
342
uint8_t
tmpChar
;
348
tmpChar
= *pEnd;
352
*pEnd =
tmpChar
;
358
tmpChar
= *pEnd;
362
*pEnd =
tmpChar
;
368
tmpChar
= *pEnd;
372
*pEnd =
tmpChar
;
378
tmpChar
= *pEnd;
382
*pEnd =
tmpChar
;
388
tmpChar
= *pEnd
[
all
...]
Completed in 97 milliseconds