Searched refs:image_path (Results 1 – 7 of 7) sorted by relevance
/u-boot-v2022.01-rc1/test/py/tests/test_efi_secboot/ |
A D | conftest.py | 28 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 D | conftest.py | 33 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 D | sqfs_common.py | 191 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 D | test_sqfs_ls.py | 128 image_path = os.path.join(build_dir, image) 129 u_boot_console.run_command('host bind 0 {}'.format(image_path))
|
A D | test_sqfs_load.py | 144 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 D | bootefi.c | 504 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 D | efidebug.c | 428 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