Home | History | Annotate | Download | only in emugen

Lines Matching full:attribfilename

975 int ApiGen::readAttributes(const std::string & attribFilename)
979 FILE *fp = fopen(attribFilename.c_str(), "rt");
981 perror(attribFilename.c_str());