Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuWaiverUtil.cpp520 size_t firstDotPos = casePath.find('.'); in isOnWaiverList() local
521 std::string::const_iterator componentStart = casePath.cbegin() + firstDotPos + 1; in isOnWaiverList()