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

/external/lzma/CPP/Common/
H A DC_FileIO.cpp69 // COutFile
71 bool COutFile::Create(const char *name, bool createAlways)
82 bool COutFile::Open(const char *name, DWORD creationDisposition)
87 ssize_t COutFile::Write(const void *data, size_t size)
H A DC_FileIO.h43 class COutFile: public CFileBase class in namespace:NC::NFile::NIO
/external/lzma/CPP/Windows/
H A DFileIO.cpp369 // ---------- COutFile ---------
374 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
377 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition)
380 bool COutFile::Create(CFSTR fileName, bool createAlways)
383 bool COutFile::CreateAlways(CFSTR fileName, DWORD flagsAndAttributes)
386 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime) throw()
389 bool COutFile::SetMTime(const FILETIME *mTime) throw() { return SetTime(NULL, NULL, mTime); }
391 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize) throw()
401 bool COutFile::Write(const void *data, UInt32 size, UInt32 &processedSize) throw()
420 bool COutFile
[all...]
H A DFileDir.h53 bool Create(CFSTR pathPrefix, NIO::COutFile *outFile); // pathPrefix is not folder prefix
54 bool CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile);
H A DFileLink.cpp403 COutFile file;
409 COutFile file;
H A DFileDir.cpp468 static bool CreateTempFile(CFSTR prefix, bool addRandom, FString &path, NIO::COutFile *outFile)
521 bool CTempFile::Create(CFSTR prefix, NIO::COutFile *outFile)
531 bool CTempFile::CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile)
H A DFileIO.h183 class COutFile: public CFileBase class in namespace:NWindows::NFile::NIO
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.h14 NWindows::NFile::NIO::COutFile _outFile;
H A DFileStreams.h101 NWindows::NFile::NIO::COutFile File;
103 NC::NFile::NIO::COutFile File;

Completed in 266 milliseconds