Home | History | Annotate | Download | only in intltest

Lines Matching refs:fileBuf

2059     char        *fileBuf = NULL;
2085 fileBuf = new char[fileSize];
2087 amt_read = fread(fileBuf, 1, fileSize, f);
2100 fileBufC = fileBuf;
2102 fileBuf, fileSize, &signatureLength, &status);
2142 delete []fileBuf;