Searched refs:hasPathSep (Results 1 – 1 of 1) sorted by relevance
459 bool hasPathSep = (filename.find_first_of("/\\") != StringRef::npos); in doFindFile() local460 if (hasPathSep) in doFindFile()