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