Searched refs:File_Read (Results 1 – 3 of 3) sorted by relevance
/external/lzma/C/ |
D | 7zFile.c | 99 WRes File_Read(CSzFile *p, void *data, size_t *size) in File_Read() function 244 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ; in FileSeqInStream_Read() 258 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ; in FileInStream_Read()
|
D | 7zFile.h | 44 WRes File_Read(CSzFile *p, void *data, size_t *size);
|
/external/lzma/C/Util/SfxSetup/ |
D | SfxSetup.c | 141 if (File_Read(stream, buf + numPrevBytes, &processed) != 0) in FindSignature()
|