Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/
H A Dtest_dfu.py264 test_f = u_boot_utils.PersistentRandomFile(u_boot_console,
298 dummy_f = u_boot_utils.PersistentRandomFile(u_boot_console,
H A Dtest_ums.py119 test_f = u_boot_utils.PersistentRandomFile(u_boot_console, 'ums.bin',
/openbmc/u-boot/test/py/
H A Du_boot_utils.py50 class PersistentRandomFile(object): class