Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2345 SmallString<256> CanonicalRemappedPath((*ExtRedirect).str()); in status() local
2346 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in status()
2349 ErrorOr<Status> S = ExternalFS->status(CanonicalRemappedPath); in status()
2486 SmallString<256> CanonicalRemappedPath(ExtRedirect.str()); in openFileForRead() local
2487 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in openFileForRead()
2493 ExternalFS->openFileForRead(CanonicalRemappedPath), ExtRedirect); in openFileForRead()