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

/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp770 std::string ptxtFilename = grxmlBasename + std::string(".P.txt"); local
771 std::ifstream istrm(ptxtFilename.c_str());
773 cerr << "error: reading ptxtFilename" << endl;
777 cout << "info: reading parser from text " << ptxtFilename << endl;
778 fst::FstReader<fst::StdArc> reader( istrm, ptxtFilename, word_syms, prsr_syms,

Completed in 138 milliseconds