Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils.cpp153 bool secondRedundantPathSeparator = second.find(GetPathSeparator()) == 0; in ConcatenatePath() local
154 if (firstRedundantPathSeparator && secondRedundantPathSeparator) in ConcatenatePath()
158 else if (firstRedundantPathSeparator || secondRedundantPathSeparator) in ConcatenatePath()