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.cpp2398 SmallString<256> RemappedPath((*ExtRedirect).str()); in status() local
2399 if (std::error_code EC = makeAbsolute(RemappedPath)) in status()
2402 ErrorOr<Status> S = ExternalFS->status(RemappedPath); in status()
2494 SmallString<256> RemappedPath((*ExtRedirect).str()); in exists() local
2495 if (makeAbsolute(RemappedPath)) in exists()
2498 if (ExternalFS->exists(RemappedPath)) in exists()
2582 SmallString<256> RemappedPath(ExtRedirect.str()); in openFileForRead() local
2583 if (std::error_code EC = makeAbsolute(RemappedPath)) in openFileForRead()
2589 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect); in openFileForRead()