OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFileInfo
(Results
1 - 3
of
3
) sorted by null
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h
94
void*
pFileInfo
; /* used to retreive filename and MD5 hash (optional) */
/hardware/ti/omap4xxx/security/tf_sdk/include/
sst.h
164
SST_ERROR SST_EXPORT_API SSTDestroyFileInfo(SST_FILE_INFO*
pFileInfo
);
/hardware/ti/omap4xxx/security/tf_crypto_sst/
sst_stub.c
784
SST_ERROR SST_EXPORT_API SSTDestroyFileInfo(SST_FILE_INFO*
pFileInfo
)
794
if (
pFileInfo
!= NULL)
796
free(
pFileInfo
->pName);
797
free(
pFileInfo
);
Completed in 310 milliseconds