Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2385 SmallString<256> RemappedPath((*ExtRedirect).str()); in status() local
2386 if (std::error_code EC = makeAbsolute(RemappedPath)) in status()
2389 ErrorOr<Status> S = ExternalFS->status(RemappedPath); in status()
2481 SmallString<256> RemappedPath((*ExtRedirect).str()); in exists() local
2482 if (makeAbsolute(RemappedPath)) in exists()
2485 if (ExternalFS->exists(RemappedPath)) in exists()
2569 SmallString<256> RemappedPath(ExtRedirect.str()); in openFileForRead() local
2570 if (std::error_code EC = makeAbsolute(RemappedPath)) in openFileForRead()
2576 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect); in openFileForRead()