OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seppos
(Results
1 - 1
of
1
) sorted by null
/external/deqp/executor/tools/
xeBatchResultToJUnit.cpp
113
size_t
sepPos
= result.casePath.find_last_of('.');
114
std::string caseName = result.casePath.substr(
sepPos
+1);
115
std::string groupName = result.casePath.substr(0,
sepPos
);
Completed in 63 milliseconds