Home | History | Annotate | Download | only in test

Lines Matching refs:inputFile

40   transport->inputFile = NULL;
51 transport->inputFile = fopen(fileName, "rb");
52 if (!transport->inputFile) {
63 transport->inputFile = fopen(fileName, "rb");
64 if (!transport->inputFile) {
80 transport->inputFile = fopen(fileName, "rb");
81 if (!transport->inputFile) {
93 *length = fread(buffer, 1, bufSize, transport->inputFile);
154 *length = fread(buffer, 1, bufSize, transport->inputFile);
169 if (transport->inputFile)
170 fclose(transport->inputFile);