Home | History | Annotate | Download | only in Frontend

Lines Matching refs:tmpName

2522   std::string tmpName = InFileName;
2524 for (i=0; i < tmpName.length(); i++) {
2525 char c = tmpName.at(i);
2528 tmpName[i] = '_';
2530 S += tmpName;