Home
last modified time | relevance | path

Searched refs:image_file (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Dunpack_bootimg480 with open(boot_img, 'rb') as image_file:
481 boot_magic = unpack('8s', image_file.read(8))[0].decode()
482 image_file.seek(0)
484 info = unpack_boot_image(image_file, output_dir)
486 info = unpack_vendor_boot_image(image_file, output_dir)
H A Dresource_tool.c1314 FILE *image_file = NULL; in unpack_image() local
1327 image_file = fopen(image_path, "rb"); in unpack_image()
1329 if (!image_file) { in unpack_image()
1333 if (!fread(buf, BLOCK_SIZE, 1, image_file)) { in unpack_image()
1367 if (!fread(buf, BLOCK_SIZE, 1, image_file)) { in unpack_image()
1382 if (!dump_file(image_file, unpack_dir, entry)) { in unpack_image()
1389 if (image_file) in unpack_image()
1390 fclose(image_file); in unpack_image()
1534 FILE *image_file = fopen(image_path, "wb"); in pack_image() local
1535 if (!image_file) { in pack_image()
[all …]
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dresource_tool.c1314 FILE *image_file = NULL; in unpack_image() local
1327 image_file = fopen(image_path, "rb"); in unpack_image()
1329 if (!image_file) { in unpack_image()
1333 if (!fread(buf, BLOCK_SIZE, 1, image_file)) { in unpack_image()
1367 if (!fread(buf, BLOCK_SIZE, 1, image_file)) { in unpack_image()
1382 if (!dump_file(image_file, unpack_dir, entry)) { in unpack_image()
1389 if (image_file) in unpack_image()
1390 fclose(image_file); in unpack_image()
1534 FILE *image_file = fopen(image_path, "wb"); in pack_image() local
1535 if (!image_file) { in pack_image()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py152 image_file = Target_Image_File.objects.create(target=target,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py912 for image_file in image_files:
913 image_file.pk = None
914 image_file.target = self
915 image_file.save()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1845 for image_file in image_files:
1847 image_target, image_file['path'], image_file['size'])