OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CFileBase
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Common/
C_FileIO.h
22
class
CFileBase
28
CFileBase
(): _handle(-1) {};
29
~
CFileBase
() { Close(); }
35
class CInFile: public
CFileBase
43
class COutFile: public
CFileBase
/external/lzma/CPP/Windows/
FileIO.h
62
class
CFileBase
97
CFileBase
(): _handle(INVALID_HANDLE_VALUE) {};
98
~
CFileBase
() { Close(); }
115
NIO::
CFileBase
file;
138
class CInFile: public
CFileBase
183
class COutFile: public
CFileBase
Completed in 42 milliseconds