Searched refs:getWithPath (Results 1 – 2 of 2) sorted by relevance
2539 File::getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P) { in getWithPath() function in File2563 auto F = File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath); in openFileForRead()2574 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath); in openFileForRead()2589 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect); in openFileForRead()2596 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath); in openFileForRead()
141 getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P);