Home | History | Annotate | Download | only in Frontend

Lines Matching refs:tmpName

2495   std::string tmpName = InFileName;
2497 for (i=0; i < tmpName.length(); i++) {
2498 char c = tmpName.at(i);
2501 tmpName[i] = '_';
2503 S += tmpName;