Searched refs:getWithPath (Results 1 – 2 of 2) sorted by relevance
2526 File::getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P) { in getWithPath() function in File2550 auto F = File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath); in openFileForRead()2561 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath); in openFileForRead()2576 File::getWithPath(ExternalFS->openFileForRead(RemappedPath), ExtRedirect); in openFileForRead()2583 return File::getWithPath(ExternalFS->openFileForRead(Path), OriginalPath); in openFileForRead()
139 getWithPath(ErrorOr<std::unique_ptr<File>> Result, const Twine &P);