Searched refs:typeSlashIdx (Results 1 – 1 of 1) sorted by relevance
2284 std::string::size_type typeSlashIdx = name.find('/', dotIdx); in parseDeviceName() local2285 if (typeSlashIdx == std::string::npos) { in parseDeviceName()2314 if (endPtr != name.c_str() + typeSlashIdx) { in parseDeviceName()2329 std::string::size_type instanceSlashIdx = name.find('/', typeSlashIdx + 1); in parseDeviceName()2336 std::string typeVal = name.substr(typeSlashIdx + 1, instanceSlashIdx - typeSlashIdx - 1); in parseDeviceName()