Searched refs:RemappedPath (Results 1 – 1 of 1) sorted by relevance
2385 SmallString<256> RemappedPath((*ExtRedirect).str()); in status() local2386 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() local2482 if (makeAbsolute(RemappedPath)) in exists()2485 if (ExternalFS->exists(RemappedPath)) in exists()2569 SmallString<256> RemappedPath(ExtRedirect.str()); in openFileForRead() local2570 if (std::error_code EC = makeAbsolute(RemappedPath)) in openFileForRead()2576 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect); in openFileForRead()