Searched refs:slashIdx (Results 1 – 1 of 1) sorted by relevance
300 std::string::size_type slashIdx = name.find('/'); in parseProviderName() local301 if (slashIdx == std::string::npos || slashIdx == name.size() - 1) { in parseProviderName()307 std::string typeVal = name.substr(0, slashIdx); in parseProviderName()311 long idVal = strtol(name.c_str() + slashIdx + 1, &endPtr, 10); in parseProviderName()