Home
last modified time | relevance | path

Searched refs:tmpNum (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/common/
Dbase.cpp284 size_t tmpNum = tmpString.rfind('/'); in GetFileNameAny() local
285 if (tmpNum == std::string::npos) { in GetFileNameAny()
286 tmpNum = tmpString.rfind('\\'); in GetFileNameAny()
287 if (tmpNum == std::string::npos) { in GetFileNameAny()
291 tmpString = tmpString.substr(tmpNum + 1, tmpString.size() - tmpNum); in GetFileNameAny()