Home | History | Annotate | Download | only in intltest

Lines Matching full:filebuf

1431     char        *fileBuf = NULL;
1457 fileBuf = new char[fileSize];
1459 amt_read = fread(fileBuf, 1, fileSize, f);
1472 fileBufC = fileBuf;
1474 fileBuf, fileSize, &signatureLength, &status);
1514 delete []fileBuf;