Searched refs:kMaxFoundPathLen (Results 1 – 1 of 1) sorted by relevance
196 constexpr size_t kMaxFoundPathLen = 1000; in FindFileFromPath() local197 char foundPath[kMaxFoundPathLen]; in FindFileFromPath()198 if (angle::FindTestDataPath(path.c_str(), foundPath, kMaxFoundPathLen)) in FindFileFromPath()