Lines Matching refs:CFileBase
104 CFileBase::~CFileBase() { Close(); } in ~CFileBase()
106 bool CFileBase::Create(LPCTSTR fileName, DWORD desiredAccess, in Create()
131 bool CFileBase::Create(LPCWSTR fileName, DWORD desiredAccess, in Create()
159 bool CFileBase::Close() in Close()
169 bool CFileBase::GetPosition(UInt64 &position) const in GetPosition()
174 bool CFileBase::GetLength(UInt64 &length) const in GetLength()
193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const in Seek()
213 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition) in Seek()
218 bool CFileBase::SeekToBegin() in SeekToBegin()
224 bool CFileBase::SeekToEnd(UInt64 &newPosition) in SeekToEnd()
229 bool CFileBase::GetFileInformation(CByHandleFileInfo &fileInfo) const in GetFileInformation()
364 …{ return CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttrib… in Open()
378 …{ return CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttrib… in Open()