Searched refs:lenread (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/recovery/update_engine/ |
| H A D | do_patch.c | 106 off_t lenread; in do_patch_rkimg() local 282 lenread = BZ2_bzRead(&cbz2err, cpfbz2, buf, 8); in do_patch_rkimg() 283 if ((lenread < 8) || ((cbz2err != BZ_OK) && in do_patch_rkimg() 298 lenread = BZ2_bzRead(&dbz2err, dpfbz2, new_ptr + newpos, ctrl[0]); in do_patch_rkimg() 299 if ((lenread < ctrl[0]) || in do_patch_rkimg() 321 lenread = BZ2_bzRead(&ebz2err, epfbz2, new_ptr + newpos, ctrl[1]); in do_patch_rkimg() 322 if ((lenread < ctrl[1]) || in do_patch_rkimg()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7578.patch | 61 + if ( InitIMA_ADPCM(format, lenread) < 0 ) {
|
| H A D | CVE-2019-7576.patch | 77 + if ( InitMS_ADPCM(format, lenread) < 0 ) {
|
| /OK3568_Linux_fs/buildroot/package/bsdiff/ |
| H A D | 0002-bspatch-adaption-to-embedded-system.patch | 30 off_t lenread;
|