Home | History | Annotate | Download | only in intltest

Lines Matching refs:fileBuf

1384     char        *fileBuf = NULL;
1410 fileBuf = new char[fileSize];
1412 amt_read = fread(fileBuf, 1, fileSize, f);
1425 fileBufC = fileBuf;
1427 fileBuf, fileSize, &signatureLength, &status);
1467 delete []fileBuf;