Searched refs:COutFile (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CPP/Common/
H A DC_FileIO.cpp65 // COutFile
67 bool COutFile::Create(const char *name, bool createAlways)
78 bool COutFile::Open(const char *name, DWORD creationDisposition)
83 ssize_t COutFile::Write(const void *data, size_t size)
H A DC_FileIO.h37 class COutFile: public CFileBase class in namespace:NC::NFile::NIO
/external/lzma/CPP/Windows/
H A DFileIO.cpp361 // COutFile
363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition)
372 bool COutFile::Create(LPCTSTR fileName, bool createAlways)
377 bool COutFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
380 bool COutFile::Open(LPCWSTR fileName, DWORD creationDisposition)
383 bool COutFile::Create(LPCWSTR fileName, bool createAlways)
388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); }
393 bool COutFile
[all...]
H A DFileIO.h113 class COutFile: public CFileBase class in namespace:NWindows::NFile::NIO
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h15 NWindows::NFile::NIO::COutFile _outFile;
H A DFileStreams.h82 NWindows::NFile::NIO::COutFile File;
84 NC::NFile::NIO::COutFile File;

Completed in 110 milliseconds