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