Searched refs:testStream (Results 1 – 2 of 2) sorted by relevance
42 std::ifstream testStream(actualPath.c_str(), std::ios_base::in | std::ios_base::binary); in openFile() local43 if (!testStream.is_open()) in openFile()51 if (ELFSourceFile::isELFFile(testStream)) in openFile()53 testStream.close(); in openFile()56 else if (SRecordSourceFile::isSRecordFile(testStream)) in openFile()58 testStream.close(); in openFile()63 testStream.close(); in openFile()68 testStream.close(); in openFile()
557 Bool testStream ( FILE *zStream ) in testStream() function1597 allOK = testStream ( inStr ); in testf()