Searched refs:compStart (Results 1 – 1 of 1) sorted by relevance
70 int compStart = 0; in splitPath() local76 components.push_back(pathStr.substr(compStart, pos-compStart)); in splitPath()77 compStart = pos+1; in splitPath()81 DE_ASSERT(compStart < (int)pathStr.length()); in splitPath()82 components.push_back(pathStr.substr(compStart)); in splitPath()