Home
last modified time | relevance | path

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

/test/py/tests/
A Dtest_efi_fit.py251 def make_efi(fname, efi_file, comp): argument
269 if comp:
274 def make_dtb(fdt_type, comp): argument
301 if comp:
306 def make_initrd(comp): argument
322 if comp:
327 def make_fit(comp): argument
341 fdt_bin = os.path.basename(make_dtb('user', comp))
342 initrd_fs = make_initrd(comp)
344 compression = 'gzip' if comp else 'none'
[all …]

Completed in 5 milliseconds