Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/deutil/
DdeProcess.c80 DE_INLINE deBool beginsWithPath (const char* fileName, const char* pathPrefix) in beginsWithPath() function
96 DE_ASSERT(beginsWithPath(fileName, pathPrefix)); in stripLeadingPath()
127 if (workingDirectory && beginsWithPath(argList[0], workingDirectory)) in execProcess()