Home | History | Annotate | Download | only in intltest

Lines Matching refs:fileBuf

3795     char        *fileBuf = NULL;
3821 fileBuf = new char[fileSize];
3823 amt_read = fread(fileBuf, 1, fileSize, f);
3836 fileBufC = fileBuf;
3838 fileBuf, fileSize, &signatureLength, &status);
3882 delete[] fileBuf;