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 198 de::MovePtr<const CasePaths> m_casePaths;
tcuCommandLine.cpp 750 m_casePaths = de::MovePtr<const CasePaths>(new CasePaths(m_cmdLine.getOption<opt::CasePath>()));
874 if (m_casePaths)
875 return m_casePaths->matches(groupName, true);
884 if (m_casePaths)
885 return m_casePaths->matches(caseName, false);

Completed in 3356 milliseconds