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