Searched refs:CanonicalRemappedPath (Results 1 – 1 of 1) sorted by relevance
2345 SmallString<256> CanonicalRemappedPath((*ExtRedirect).str()); in status() local2346 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in status()2349 ErrorOr<Status> S = ExternalFS->status(CanonicalRemappedPath); in status()2486 SmallString<256> CanonicalRemappedPath(ExtRedirect.str()); in openFileForRead() local2487 if (std::error_code EC = makeCanonical(CanonicalRemappedPath)) in openFileForRead()2493 ExternalFS->openFileForRead(CanonicalRemappedPath), ExtRedirect); in openFileForRead()