Searched refs:COutFile (Results 1 - 8 of 8) sorted by relevance
/third_party/lzma/CPP/Windows/ |
H A D | FileIO.cpp | 516 // ---------- 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 D | FileDir.h | 76 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 D | FileIO.h | 264 class COutFile: public CFileBase
class 339 class COutFile: public CFileBase
353 COutFile():
|
H A D | FileDir.cpp | 764 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 D | FileLink.cpp | 486 COutFile file;
in OutIoReparseData() 520 COutFile file;
in SetReparseData()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | InOutTempBuffer.h | 28 // COutFile object must be declared after CTempFile object for correct destructor order
30 NWindows::NFile::NIO::COutFile _outFile;
|
H A D | FileStreams.h | 140 NWindows::NFile::NIO::COutFile File;
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveExtractCallback.cpp | 166 NIO::COutFile file;
in WriteZoneFile() 757 NIO::COutFile outFile;
|
Completed in 8 milliseconds