Home
last modified time | relevance | path

Searched refs:compStart (Results 1 – 1 of 1) sorted by relevance

/external/deqp/executor/
DxeTestCase.cpp70 int compStart = 0; in splitPath() local
76 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()