Searched refs:grevFilename (Results 1 - 1 of 1) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp841 std::string grevFilename = grxmlBasename + std::string(".Grev2.det.txt"); local
843 cout << "info: writing reverse G fst as text " << grevFilename << endl;
844 ostream* ostrm1 = new ofstream( grevFilename.c_str(), ios_base::out);
848 printer1.Print( ostrm1, grevFilename);

Completed in 50 milliseconds