Searched refs:CanonicalRemappedPath (Results 1 – 1 of 1) sorted by relevance
2329 SmallString<256> CanonicalRemappedPath((*ExtRedirect).str()); in status() local2330 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() local2471 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in openFileForRead()2477 ExternalFS->openFileForRead(CanonicalRemappedPath), ExtRedirect); in openFileForRead()