Lines Matching full:oldpos
709 int oldPos = isFileProtocol ? 8 : 1;711 int newPos = cygwinPath.find('/', oldPos);714 wstring pathComponent = cygwinPath.substr(oldPos);725 wstring pathComponent = cygwinPath.substr(oldPos, newPos - oldPos);732 oldPos = newPos + 1;