HomeSort by relevance Sort by last modified time
    Searched defs:File_Read (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
7zFile.c 99 WRes File_Read(CSzFile *p, void *data, size_t *size)
244 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ;
258 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ;
  /external/lzma/C/
7zFile.c 99 WRes File_Read(CSzFile *p, void *data, size_t *size)
244 return File_Read(&p->file, buf, size) == 0 ? SZ_OK : SZ_ERROR_READ;
258 return (File_Read(&p->file, buf, size) == 0) ? SZ_OK : SZ_ERROR_READ;

Completed in 70 milliseconds