Searched refs:slashPos (Results 1 – 1 of 1) sorted by relevance
108 const auto slashPos = str.rfind('/', endPos); in Path() local109 return { pos, slashPos == std::string::npos || slashPos < pos ? 0 : slashPos + 1 - pos }; in Path()