Searched refs:tmp_filename (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/tools/ |
H A D | imx8image.c | 528 char *tmp_filename, bool dcd_skip) in set_image_array_entry() argument 540 set_image_hash(img, tmp_filename, IMAGE_HASH_ALGO_DEFAULT); in set_image_array_entry() 628 img->entry = read_dcd_offset(tmp_filename); in set_image_array_entry() 780 char *tmp_filename = NULL; in build_container() local 823 tmp_filename = img_sp->filename; in build_container() 827 tmp_filename, dcd_skip); in build_container() 840 tmp_filename = img_sp->filename; in build_container() 846 tmp_filename, dcd_skip); in build_container()
|
/openbmc/qemu/ |
H A D | block.c | 3876 g_autofree char *tmp_filename = NULL; in bdrv_append_temp_snapshot() local 3896 tmp_filename = create_tmp_file(errp); in bdrv_append_temp_snapshot() 3897 if (!tmp_filename) { in bdrv_append_temp_snapshot() 3904 ret = bdrv_create(&bdrv_qcow2, tmp_filename, opts, errp); in bdrv_append_temp_snapshot() 3908 tmp_filename); in bdrv_append_temp_snapshot() 3914 qdict_put_str(snapshot_options, "file.filename", tmp_filename); in bdrv_append_temp_snapshot()
|