Home
last modified time | relevance | path

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

/external/angle/src/tests/deqp_support/
Dangle_deqp_gtest.cpp196 constexpr size_t kMaxFoundPathLen = 1000; in FindFileFromPath() local
197 char foundPath[kMaxFoundPathLen]; in FindFileFromPath()
198 if (angle::FindTestDataPath(path.c_str(), foundPath, kMaxFoundPathLen)) in FindFileFromPath()