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