Searched defs:compLen (Results 1 - 1 of 1) sorted by relevance

/external/deqp/executor/
H A DxeTestCase.cpp47 int compLen = 0; local
48 while (path[compLen] != 0 && path[compLen] != '.')
49 compLen++;
50 return compLen;
53 static bool compareNameToPathComponent (const char* name, const char* path, int compLen) argument
55 for (int pos = 0; pos < compLen; pos++)
61 if (name[compLen] != 0)
156 int compLen = getFirstComponentLength(path); local
157 XE_CHECK(compLen >
205 int compLen = getFirstComponentLength(path); local
[all...]

Completed in 46 milliseconds