Searched refs:dotIdx (Results 1 – 1 of 1) sorted by relevance
2610 std::string::size_type dotIdx = name.find('.', atIdx); in parseDeviceName() local2611 if (dotIdx == std::string::npos) { in parseDeviceName()2617 std::string::size_type typeSlashIdx = name.find('/', dotIdx); in parseDeviceName()2634 if (endPtr != name.c_str() + dotIdx) { in parseDeviceName()2640 long minorVal = strtol(name.c_str() + dotIdx + 1, &endPtr, 10); in parseDeviceName()