HomeSort by relevance Sort by last modified time
    Searched refs:m_casePaths (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/common/
tcuCommandLine.hpp 208 de::MovePtr<const CasePaths> m_casePaths;
tcuCommandLine.cpp 767 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>()));
894 if (m_casePaths)
895 return m_casePaths->matches(groupName, true);
904 if (m_casePaths)
905 return m_casePaths->matches(caseName, false);

Completed in 664 milliseconds