Home
last modified time | relevance | path

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

/external/deqp/executor/tools/
DxeBatchResultToJUnit.cpp113 size_t sepPos = result.casePath.find_last_of('.'); in testCaseResultComplete() local
114 std::string caseName = result.casePath.substr(sepPos+1); in testCaseResultComplete()
115 std::string groupName = result.casePath.substr(0, sepPos); in testCaseResultComplete()