OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadPart
(Results
1 - 4
of
4
) sorted by null
/external/lzma/CPP/7zip/Common/
InOutTempBuffer.cpp
96
if (!inFile.
ReadPart
(_buf, kTempBufSize, processed))
FileStreams.cpp
148
bool result = File.
ReadPart
(data, size, realProcessedSize);
/external/lzma/CPP/Windows/
FileIO.cpp
343
bool CInFile::
ReadPart
(void *data, UInt32 size, UInt32 &processedSize) throw()
356
bool res =
ReadPart
(data, size, processedLoc);
FileIO.h
179
bool
ReadPart
(void *data, UInt32 size, UInt32 &processedSize) throw();
Completed in 486 milliseconds