Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
H A DFileIO.cpp516 // ---------- COutFile ---------
521 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open()
524 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition) in Open()
527 bool COutFile::Create(CFSTR fileName, bool createAlways) in Create()
530 bool COutFile::CreateAlways(CFSTR fileName, DWORD flagsAndAttributes) in CreateAlways()
533 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw() in SetTime()
536 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); } in SetMTime()
538 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw() in WritePart()
548 bool COutFile::Write(const void *data, UInt32 size, UInt32 &processedSize) throw() in Write()
567 bool COutFile
[all...]
H A DFileDir.h76 bool CreateTempFile2(CFSTR prefix, bool addRandom, AString &postfix, NIO::COutFile *outFile);
87 bool Create(CFSTR pathPrefix, NIO::COutFile *outFile); // pathPrefix is not folder prefix
88 bool CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile);
H A DFileIO.h264 class COutFile: public CFileBase class
339 class COutFile: public CFileBase
353 COutFile():
H A DFileDir.cpp764 bool CreateTempFile2(CFSTR prefix, bool addRandom, AString &postfix, NIO::COutFile *outFile) in CreateTempFile2()
825 bool CTempFile::Create(CFSTR prefix, NIO::COutFile *outFile) in Create()
839 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile) in CreateRandomInTempFolder()
930 NWindows::NFile::NIO::COutFile outFile; in My_CopyFile()
H A DFileLink.cpp486 COutFile file; in OutIoReparseData()
520 COutFile file; in SetReparseData()
/third_party/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h28 // COutFile object must be declared after CTempFile object for correct destructor order
30 NWindows::NFile::NIO::COutFile _outFile;
H A DFileStreams.h140 NWindows::NFile::NIO::COutFile File;
/third_party/lzma/CPP/7zip/UI/Common/
H A DArchiveExtractCallback.cpp166 NIO::COutFile file; in WriteZoneFile()
757 NIO::COutFile outFile;

Completed in 8 milliseconds