Searched refs:typeSlashIdx (Results 1 – 1 of 1) sorted by relevance
1110 std::string::size_type typeSlashIdx = name.find('/', dotIdx); in parseDeviceName() local1111 if (typeSlashIdx == std::string::npos) { in parseDeviceName()1140 if (endPtr != name.c_str() + typeSlashIdx) { in parseDeviceName()1155 std::string::size_type instanceSlashIdx = name.find('/', typeSlashIdx + 1); in parseDeviceName()1162 std::string typeVal = name.substr(typeSlashIdx + 1, instanceSlashIdx - typeSlashIdx - 1); in parseDeviceName()