Searched refs:endDesc (Results 1 – 1 of 1) sorted by relevance
1327 size_t endDesc = swInvPurpose->rfind('.'); in getSoftwareVersionCallback() local1328 if (endDesc == std::string::npos) in getSoftwareVersionCallback()1333 endDesc++; in getSoftwareVersionCallback()1334 if (endDesc >= swInvPurpose->size()) in getSoftwareVersionCallback()1339 std::string formatDesc = swInvPurpose->substr(endDesc); in getSoftwareVersionCallback()