Searched refs:CanonicalRemappedPath (Results 1 – 1 of 1) sorted by relevance
2275 SmallString<256> CanonicalRemappedPath((*ExtRedirect).str()); in status() local2276 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in status()2279 ErrorOr<Status> S = ExternalFS->status(CanonicalRemappedPath); in status()2416 SmallString<256> CanonicalRemappedPath(ExtRedirect.str()); in openFileForRead() local2417 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in openFileForRead()2423 ExternalFS->openFileForRead(CanonicalRemappedPath), ExtRedirect); in openFileForRead()