OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pManifestContent
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.h
68
uint8_t*
pManifestContent
;
77
The fields nType,
pManifestContent
, nManifestLength, and pManifestName (if applicable)
lib_manifest2.c
139
uint8_t* pCurrent = pContext->
pManifestContent
+ pContext->nOffset;
140
uint8_t* pEnd = pContext->
pManifestContent
+ pContext->nManifestLength;
148
if (pCurrent == pContext->
pManifestContent
)
266
pContext->nOffset = pCurrent - pContext->
pManifestContent
;
507
pContext->nOffset = pCurrent - pContext->
pManifestContent
;
smc_properties_parser.c
263
sParserContext.
pManifestContent
= pBuffer;
Completed in 475 milliseconds