Home
last modified time | relevance | path

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

/openbmc/qemu/tests/image-fuzzer/qcow2/
H A Dlayout.py505 image_file = open(filename, 'wb')
507 image_file.seek(field.offset)
508 image_file.write(struct.pack(field.fmt, field.value))
511 image_file.seek(cluster * self.cluster_size)
512 image_file.write(urandom(self.cluster_size))
515 image_file.seek(0, 2)
516 size = image_file.tell()
519 image_file.seek(rounded - 1)
520 image_file.write(b'\x00')
521 image_file.close()
/openbmc/openbmc/meta-google/recipes-phosphor/flash/google-key/
H A Dverify-bmc-image.sh40 image_file="${1?Missing image file}" || help_out
64 gpg --verify --ignore-time-conflict "$sig_file" "$image_file"
/openbmc/qemu/tests/qemu-iotests/
H A Dcommon.rc571 local image_file
618 image_file=$(echo "$img" | sed -e "s#$SOCK_DIR/fuse-#$TEST_DIR/#")
619 _rm_test_img "$image_file"
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_builddashboard_page_artifacts.py154 image_file = Target_Image_File.objects.create(target=target,
/openbmc/openbmc/poky/scripts/lib/wic/plugins/imager/
H A Ddirect.py682 with open(self.path, "r+b") as image_file:
684 image_file.write(mbr)
/openbmc/openbmc/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()
/openbmc/u-boot/doc/
H A DREADME.mediatek81 # mkimage -T mtk_image -a <load_addr> -n <option_string> -d <input_file> <image_file>
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dbuildinfohelper.py1859 for image_file in image_files:
1861 image_target, image_file['path'], image_file['size'])