Home | History | Annotate | Download | only in intltest

Lines Matching refs:fileBuf

1548     char        *fileBuf = NULL;
1574 fileBuf = new char[fileSize];
1576 amt_read = fread(fileBuf, 1, fileSize, f);
1589 fileBufC = fileBuf;
1591 fileBuf, fileSize, &signatureLength, &status);
1631 delete []fileBuf;