OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nBytesRead
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c
74
int
nBytesRead
;
109
nBytesRead
= fread(pBuffer, 1, statFile.st_size, pFile);
111
if (
nBytesRead
!= statFile.st_size)
113
printf("Cannot read bytes from '%s' [%i] !\n", pFileName,
nBytesRead
);
130
pBuffer[
nBytesRead
] = 0;
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c
[
all
...]
/hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c
666
uint32_t
nBytesRead
;
724
nBytesRead
= fread(pSignature, 1, nSignatureSize, pSignatureFile);
725
if (
nBytesRead
< nSignatureSize)
/external/yaffs2/yaffs2/
yaffs_guts.c
[
all
...]
Completed in 59 milliseconds