Searched refs:CFileBase (Results 1 – 3 of 3) sorted by relevance
/third_party/lzma/CPP/Windows/ |
D | FileIO.cpp | 69 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, mode_t mode) in OpenBinary() [all …]
|
D | FileIO.h | 114 class CFileBase MY_UNCOPYABLE 150 CFileBase(): _handle(INVALID_HANDLE_VALUE), PreserveATime(false) {} in CFileBase() function 151 ~CFileBase() { Close(); } in ~CFileBase() 173 NIO::CFileBase file; in GetFileInformation() 196 class CInFile: public CFileBase 264 class COutFile: public CFileBase 297 class CFileBase 312 CFileBase(): _handle(-1), PreserveATime(false) {} in CFileBase() function 313 ~CFileBase() { Close(); } in ~CFileBase() 329 class CInFile: public CFileBase [all …]
|
D | FileFind.cpp | 672 if (!NIO::CFileBase::GetFileInformation(path, &info)) in Fill_From_ByHandleFileInfo()
|