Searched refs:curCompStart (Results 1 – 1 of 1) sorted by relevance
64 int curCompStart = 0; in split() local78 if (pos - curCompStart > 0) in split()79 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split()81 curCompStart = pos+1; in split()85 if (pos - curCompStart > 0) in split()86 components.push_back(m_path.substr(curCompStart, pos - curCompStart)); in split()