Lines Matching refs:COutFile

516 // ---------- COutFile ---------

521 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
524 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition)
527 bool COutFile::Create(CFSTR fileName, bool createAlways)
530 bool COutFile::CreateAlways(CFSTR fileName, DWORD flagsAndAttributes)
533 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw()
536 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); }
538 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw()
548 bool COutFile::Write(const void *data, UInt32 size, UInt32 &processedSize) throw()
567 bool COutFile::WriteFull(const void *data, size_t size) throw()
584 bool COutFile::SetEndOfFile() throw() { return BOOLToBool(::SetEndOfFile(_handle)); }
586 bool COutFile::SetLength(UInt64 length) throw()
596 bool COutFile::SetLength_KeepPosition(UInt64 length) throw()
799 // COutFile
801 bool COutFile::Create(const char *name, bool createAlways)
813 bool COutFile::Open(const char *name, DWORD creationDisposition)
819 ssize_t COutFile::write_part(const void *data, size_t size) throw()
826 ssize_t COutFile::write_full(const void *data, size_t size, size_t &processed) throw()
844 bool COutFile::SetLength(UInt64 length) throw()
857 bool COutFile::Close()
872 bool COutFile::SetTime(const CFiTime *cTime, const CFiTime *aTime, const CFiTime *mTime) throw()
896 bool COutFile::SetMTime(const CFiTime *mTime) throw()