Home
last modified time | relevance | path

Searched refs:CFileBase (Results 1 – 3 of 3) sorted by relevance

/third_party/lzma/CPP/Windows/
DFileIO.cpp69 bool CFileBase::Create(CFSTR path, DWORD desiredAccess, in Create()
140 bool CFileBase::Close() throw() in Close()
150 bool CFileBase::GetLength(UInt64 &length) const throw() in GetLength()
203 bool CFileBase::GetPosition(UInt64 &position) const throw() in GetPosition()
220 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const throw() in Seek()
247 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition) const throw() in Seek()
252 bool CFileBase::SeekToBegin() const throw() in SeekToBegin()
258 bool CFileBase::SeekToEnd(UInt64 &newPosition) const throw() in SeekToEnd()
522 …{ return CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttrib… in Open()
631 bool CFileBase::OpenBinary(const char *name, int flags) in OpenBinary()
[all …]
DFileIO.h114 class CFileBase MY_UNCOPYABLE
150 CFileBase(): _handle(INVALID_HANDLE_VALUE), PreserveATime(false) {}; in CFileBase() function
151 ~CFileBase() { Close(); } in ~CFileBase()
171 NIO::CFileBase file; in GetFileInformation()
194 class CInFile: public CFileBase
254 class COutFile: public CFileBase
287 class CFileBase
302 CFileBase(): _handle(-1), PreserveATime(false) {}; in CFileBase() function
303 ~CFileBase() { Close(); } in ~CFileBase()
318 class CInFile: public CFileBase
[all …]
DFileFind.cpp668 if (!NIO::CFileBase::GetFileInformation(path, &info)) in Fill_From_ByHandleFileInfo()