Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2329 SmallString<256> CanonicalRemappedPath((*ExtRedirect).str()); in status() local
2330 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in status()
2333 ErrorOr<Status> S = ExternalFS->status(CanonicalRemappedPath); in status()
2470 SmallString<256> CanonicalRemappedPath(ExtRedirect.str()); in openFileForRead() local
2471 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in openFileForRead()
2477 ExternalFS->openFileForRead(CanonicalRemappedPath), ExtRedirect); in openFileForRead()