Lines Matching defs:RealFile
190 class RealFile : public File {
197 RealFile(file_t RawFD, StringRef NewName, StringRef NewRealPathName)
205 ~RealFile() override;
219 RealFile::~RealFile() { close(); }
221 ErrorOr<Status> RealFile::status() {
232 ErrorOr<std::string> RealFile::getName() {
237 RealFile::getBuffer(const Twine &Name, int64_t FileSize,
244 std::error_code RealFile::close() {
250 void RealFile::setPath(const Twine &Path) {
315 new RealFile(*FDOrErr, Name.str(), RealName.str()));
652 /// \p Status::Name in the return value, to mimic the behavior of \p RealFile.
734 /// \p RealFile.
773 /// \p Status::Name in the return value, to mimic the behavior of \p RealFile.