Home
last modified time | relevance | path

Searched refs:image_path (Results 1 – 7 of 7) sorted by relevance

/u-boot-v2022.01-rc1/test/py/tests/test_efi_secboot/
A Dconftest.py28 image_path = u_boot_config.persistent_data_dir
29 image_path = image_path + '/test_efi_secboot.img'
114 mnt_point, image_path), shell=True)
121 yield image_path
123 call('rm -f %s' % image_path, shell=True)
142 image_path = u_boot_config.persistent_data_dir
143 image_path = image_path + '/test_efi_secboot_intca.img'
230 …rt-make-fs --partition=gpt --size=+1M --type=vfat {} {}'.format(mnt_point, image_path), shell=True)
237 yield image_path
239 call('rm -f %s' % image_path, shell=True)
/u-boot-v2022.01-rc1/test/py/tests/test_efi_capsule/
A Dconftest.py33 image_path = u_boot_config.persistent_data_dir + '/test_efi_capsule.img'
62 (mnt_point, image_path), shell=True)
64 image_path, shell=True)
70 yield image_path
73 call('rm -f %s' % image_path, shell=True)
/u-boot-v2022.01-rc1/test/py/tests/test_fs/test_squashfs/
A Dsqfs_common.py191 image_path = os.path.join(build_dir, image_name)
192 os.remove(image_path)
195 image_path = os.path.join(build_dir, image_name)
196 os.remove(image_path)
A Dtest_sqfs_ls.py128 image_path = os.path.join(build_dir, image)
129 u_boot_console.run_command('host bind 0 {}'.format(image_path))
A Dtest_sqfs_load.py144 image_path = os.path.join(build_dir, image)
145 u_boot_console.run_command('host bind 0 {}'.format(image_path))
/u-boot-v2022.01-rc1/cmd/
A Dbootefi.c504 struct efi_device_path *image_path, in bootefi_run_prepare() argument
511 ret = efi_setup_loaded_image(device_path, image_path, image_objp, in bootefi_run_prepare()
A Defidebug.c428 u16 **image_path) in efi_get_driver_handle_info() argument
443 *image_path = NULL; in efi_get_driver_handle_info()
448 *image_path = efi_dp_str(image->file_path); in efi_get_driver_handle_info()

Completed in 15 milliseconds