Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCollector.cpp45 auto DirWithSymlink = SymlinkMap.find(Directory); in getRealPath() local
50 if (DirWithSymlink == SymlinkMap.end()) { in getRealPath()
56 RealPath = DirWithSymlink->second; in getRealPath()