HomeSort by relevance Sort by last modified time
    Searched refs:CInFile (Results 1 - 8 of 8) sorted by null

  /external/lzma/CPP/Common/
C_FileIO.cpp 47 // CInFile
49 bool CInFile::Open(const char *name)
54 bool CInFile::OpenShared(const char *name, bool)
59 ssize_t CInFile::Read(void *data, size_t size)
C_FileIO.h 29 class CInFile: public CFileBase
ListFileUtils.cpp 22 NWindows::NFile::NIO::CInFile file;
  /external/lzma/CPP/Windows/
FileIO.cpp 246 // CInFile
249 void CInFile::GetDeviceLength()
287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite)
297 bool CInFile::Open(LPCTSTR fileName)
301 bool CInFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
308 bool CInFile::OpenShared(LPCWSTR fileName, bool shareForWrite)
311 bool CInFile::Open(LPCWSTR fileName)
326 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize)
334 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize)
    [all...]
FileIO.h 65 class CInFile: public CFileBase
FileFind.cpp 208 NIO::CInFile inFile;
230 NIO::CInFile inFile;
  /external/lzma/CPP/7zip/Common/
FileStreams.h 27 NWindows::NFile::NIO::CInFile File;
36 NC::NFile::NIO::CInFile File;
InOutTempBuffer.cpp 93 NIO::CInFile inFile;

Completed in 582 milliseconds