Searched refs:RemappedPath (Results 1 – 1 of 1) sorted by relevance
2398 SmallString<256> RemappedPath((*ExtRedirect).str()); in status() local2399 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() local2495 if (makeAbsolute(RemappedPath)) in exists()2498 if (ExternalFS->exists(RemappedPath)) in exists()2582 SmallString<256> RemappedPath(ExtRedirect.str()); in openFileForRead() local2583 if (std::error_code EC = makeAbsolute(RemappedPath)) in openFileForRead()2589 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect); in openFileForRead()